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.
2 parents 37d5771 + c77d501 commit 41ea7cdCopy full SHA for 41ea7cd
.github/workflows/deploy-github-pages.yml
@@ -152,15 +152,15 @@ jobs:
152
run: 'cp www/index.html www/404.html'
153
154
- name: Setup GitHub Pages
155
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v5
156
with:
157
enablement: true
158
159
- name: Upload artifact
160
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
161
162
path: 'www'
163
164
- name: Deploy to GitHub Pages
165
id: deployment
166
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments