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 8a62f02 commit 3495294Copy full SHA for 3495294
.github/workflows/deploy-pages.yml
@@ -153,7 +153,7 @@ jobs:
153
find _site -name "*.html" -not -name "index.html" -exec sed -i 's|../src/index.js|./dist/index.modern.js|g' {} \;
154
155
- name: Setup GitHub Pages
156
- uses: actions/configure-pages@v4
+ uses: actions/configure-pages@v5
157
158
- name: Upload artifact
159
uses: actions/upload-pages-artifact@v3
0 commit comments