Skip to content

Commit d3d8928

Browse files
committed
Removed deploy to gh-page
1 parent 15859f5 commit d3d8928

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- name: Sphinx build
1919
run: |
2020
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
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

0 commit comments

Comments
 (0)