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 e9ae79f commit 5676da6Copy full SHA for 5676da6
.github/workflows/gh-pages.yml
@@ -25,8 +25,7 @@ jobs:
25
uses: sphinx-notes/pages@v3
26
with:
27
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
+ - name: Deploy GitHub Pages site
+ id: deployment
+ uses: actions/deploy-pages@main
+
0 commit comments