Skip to content

Commit

Permalink
update from main (#48)
Browse files Browse the repository at this point in the history
* Update action.yml (#43)

* Update action.yml (#44)

* Update action.yml

* Update action.yml (#43) (#46)
  • Loading branch information
tschm authored Feb 12, 2024
1 parent b743d8d commit 978bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/sphinx/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
poetry run sphinx-build -b html ${{ inputs.sphinx-folder || 'book/sphinx' }} artifacts/sphinx
- name: Archive sphinx documentation
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sphinx
path: artifacts/sphinx
Expand Down

0 comments on commit 978bfc2

Please sign in to comment.