We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79537a commit 57f6899Copy full SHA for 57f6899
.github/workflows/pages-deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
# bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
63
64
- name: Upload site artifact
65
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v2.0.0
66
with:
67
path: "_site${{ steps.pages.outputs.base_path }}"
68
0 commit comments