Skip to content

Commit 5676da6

Browse files
authored
Update gh-pages.yml
1 parent e9ae79f commit 5676da6

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
uses: sphinx-notes/pages@v3
2626
with:
2727
requirements_path: ./docs/doc_requirements.txt
28-
- name: Push changes
29-
uses: ad-m/github-push-action@master
30-
with:
31-
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
branch: gh-pages
28+
- name: Deploy GitHub Pages site
29+
id: deployment
30+
uses: actions/deploy-pages@main
31+

0 commit comments

Comments
 (0)