We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b8a8d commit 9aad4ddCopy full SHA for 9aad4dd
1 file changed
.github/workflows/pages-deploy.yml
@@ -57,7 +57,7 @@ jobs:
57
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
58
59
- name: Upload site artifact
60
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v2
61
with:
62
path: "_site${{ steps.pages.outputs.base_path }}"
63
@@ -71,4 +71,4 @@ jobs:
71
steps:
72
- name: Deploy to GitHub Pages
73
id: deployment
74
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v2
0 commit comments