We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9efe35 commit 06d5c2aCopy full SHA for 06d5c2a
.github/workflows/pages-deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
56
57
- name: Upload site artifact
58
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
59
with:
60
path: "_site${{ steps.pages.outputs.base_path }}"
61
0 commit comments