Skip to content

Commit e689803

Browse files
committed
Update sphinx.yml
Using only peaceiris/actions-gh-pages@v3 to deploy.
1 parent 96be217 commit e689803

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sphinx.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
name: html-docs
2727
path: docs/build/html/
2828

29-
- name: Deploy
30-
uses: sphinx-notes/pages@v3
31-
with:
32-
publish: true
29+
# - name: Deploy
30+
# uses: sphinx-notes/pages@v3
31+
# with:
32+
# publish: true
3333

34-
- name: Deploy2
34+
- name: Deploy
3535
uses: peaceiris/actions-gh-pages@v3
3636
with:
3737
github_token: ${{ secrets.DOCSITE_TOKEN }}

0 commit comments

Comments
 (0)