Skip to content

Commit

Permalink
Fix deploying GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
arneso-ssb committed Mar 25, 2024
1 parent ab6e8e9 commit 0b0bc15
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 @@ -28,7 +28,7 @@ jobs:
- name: Build documentation
run: nox --force-color --session=docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: "docs/_build"
- name: Check links
Expand Down

0 comments on commit 0b0bc15

Please sign in to comment.