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 9cbe7e6 commit 0160ef2Copy full SHA for 0160ef2
.github/workflows/pages-deploy.yml
@@ -51,9 +51,8 @@ jobs:
51
bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
52
53
- name: Upload site artifact
54
- uses: actions/upload-artifact@v4
+ uses: actions/upload-pages-artifact@v3
55
with:
56
- name: site-artifact
57
path: "_site${{ steps.pages.outputs.base_path }}"
58
59
deploy:
@@ -65,4 +64,4 @@ jobs:
65
64
steps:
66
- name: Deploy to GitHub Pages
67
id: deployment
68
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments