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 305f4c3 commit d3c3971Copy full SHA for d3c3971
.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
@@ -68,4 +68,4 @@ jobs:
68
steps:
69
- name: Deploy to GitHub Pages
70
id: deployment
71
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments