Skip to content

Commit

Permalink
update upload-pages-artifact workflow to fix GH pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
dandelany committed Feb 10, 2025
1 parent 099c14a commit 627b11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
npm ci
npm run build
- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: static-validation-site/build/

Expand Down

0 comments on commit 627b11c

Please sign in to comment.