We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0789372 commit 703fd6eCopy full SHA for 703fd6e
.github/workflows/sphinx.yml
@@ -46,12 +46,12 @@ jobs:
46
uses: actions/upload-artifact@v4
47
with:
48
name: html-docs
49
- path: docs/gh-pages
+ path: gh-pages
50
# Deploys to the gh-pages branch if the commit was made to main, the
51
# gh-pages then takes over serving the html
52
- name: Deploy documentation
53
if: ${{ github.event_name == 'push' }}
54
uses: JamesIves/github-pages-deploy-action@4.1.4
55
56
branch: gh-pages
57
- folder: docs/gh-pages
+ folder: gh-pages
0 commit comments