Skip to content

Commit

Permalink
Fix artifact name in upload action
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Stump <11492152+globberwops@users.noreply.github.com>
  • Loading branch information
globberwops committed Dec 18, 2023
1 parent f58dbe9 commit fcb675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
artifact-name: docs
name: docs
path: build/docs/html

deploy:
Expand Down

0 comments on commit fcb675e

Please sign in to comment.