Skip to content

Commit

Permalink
Revert "Bump actions/upload-pages-artifact from 2 to 3"
Browse files Browse the repository at this point in the history
This reverts commit a968229.
  • Loading branch information
ewanharris committed Dec 20, 2023
1 parent 1dc600e commit 8af48b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
sphinx-build ./docs/source ./docs/build --keep-going -n -a -b html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: "./docs/build"

Expand Down

0 comments on commit 8af48b1

Please sign in to comment.