Skip to content

Commit

Permalink
wrong version for upload pages artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Oct 10, 2024
1 parent 32e7721 commit e60a0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: build docs
run: poetry run sphinx-build ./docs docs/_build
- name: upload build directory
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/_build/

Expand Down

0 comments on commit e60a0cf

Please sign in to comment.