Skip to content

Commit 703fd6e

Browse files
committed
Edited directory for documentation generation 3
1 parent 0789372 commit 703fd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
uses: actions/upload-artifact@v4
4747
with:
4848
name: html-docs
49-
path: docs/gh-pages
49+
path: gh-pages
5050
# Deploys to the gh-pages branch if the commit was made to main, the
5151
# gh-pages then takes over serving the html
5252
- name: Deploy documentation
5353
if: ${{ github.event_name == 'push' }}
5454
uses: JamesIves/github-pages-deploy-action@4.1.4
5555
with:
5656
branch: gh-pages
57-
folder: docs/gh-pages
57+
folder: gh-pages

0 commit comments

Comments
 (0)