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 e7e203e commit d0d9da9Copy full SHA for d0d9da9
.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@v3
59
with:
60
path: "_site${{ steps.pages.outputs.base_path }}"
61
0 commit comments