diff --git a/.github/workflows/documentation2.yml b/.github/workflows/documentation2.yml deleted file mode 100644 index 81c9dc1..0000000 --- a/.github/workflows/documentation2.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Deploy Sphinx documentation to Pages - -on: - push: - branches: [master] # branch to trigger deployment - workflow_dispatch: - -jobs: - pages: - runs-on: ubuntu-20.04 - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - permissions: - pages: write - id-token: write - steps: - - id: deployment - uses: sphinx-notes/pages@v3