Skip to content

Commit

Permalink
Fixed path issue for docs upload
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmoosh committed Jan 23, 2024
1 parent 00c84f7 commit 1b59c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: html-docs
path: docs/_build/html/
path: docs/_build/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit 1b59c67

Please sign in to comment.