Skip to content

Commit

Permalink
fix artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Oct 17, 2024
1 parent 3afbe7f commit 4f53499
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ jobs:
# sphinx-build -b html source/ build/
- name: check resulting files
run: |
ls ${GITHUB_WORKSPACE}/docs/
ls ${GITHUB_WORKSPACE}/docs/build
ls ${GITHUB_WORKSPACE}/docs/build/html
- name: Upload artifacts
uses: actions/upload-artifact@v4
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 4f53499

Please sign in to comment.