Skip to content

Commit 98ad551

Browse files
committed
2 parents 3536231 + 3495294 commit 98ad551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
find _site -name "*.html" -not -name "index.html" -exec sed -i 's|../src/index.js|./dist/index.modern.js|g' {} \;
154154
155155
- name: Setup GitHub Pages
156-
uses: actions/configure-pages@v4
156+
uses: actions/configure-pages@v5
157157

158158
- name: Upload artifact
159159
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)