We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15859f5 commit d3d8928Copy full SHA for d3d8928
.github/workflows/documentation.yml
@@ -18,11 +18,11 @@ jobs:
18
- name: Sphinx build
19
run: |
20
sphinx-build doc _build
21
- - name: Deploy to GitHub Pages
22
- uses: peaceiris/actions-gh-pages@v3
23
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
24
- with:
25
- publish_branch: gh-pages
26
- github_token: ${{ secrets.GITHUB_TOKEN }}
27
- publish_dir: _build/
28
- force_orphan: true
+# - name: Deploy to GitHub Pages
+# uses: peaceiris/actions-gh-pages@v3
+# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+# with:
+# publish_branch: gh-pages
+# github_token: ${{ secrets.GITHUB_TOKEN }}
+# publish_dir: _build/
+# force_orphan: true
0 commit comments