Skip to content

Commit

Permalink
update upload pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed Jan 21, 2025
1 parent 2a7f1f0 commit c09fcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
yarn docs
- id: "upload-documentation"
name: "Upload Pages artifact"
uses: "actions/upload-pages-artifact@v2"
uses: "actions/upload-pages-artifact@v3"
with:
path: "docs/"
- id: "deployment"

0 comments on commit c09fcc1

Please sign in to comment.