We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b197af commit a02d36cCopy full SHA for a02d36c
1 file changed
.github/workflows/pages-deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
51
52
- name: Upload site artifact
53
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v3
54
with:
55
name: github-pages
56
path: "_site"
0 commit comments