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 1b12671 commit 1649b9bCopy full SHA for 1649b9b
.github/workflows/pages-deploy.yml
@@ -57,7 +57,7 @@ jobs:
57
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
58
59
- name: Upload site artifact
60
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
61
with:
62
path: "_site${{ steps.pages.outputs.base_path }}"
63
@@ -70,4 +70,4 @@ jobs:
70
steps:
71
- name: Deploy to GitHub Pages
72
id: deployment
73
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments