Skip to content

Commit 5213c82

Browse files
authored
a (#83)
1 parent 182ac00 commit 5213c82

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/static.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@ jobs:
4242
run: yarn run build
4343

4444
- name: Setup Pages
45-
uses: actions/configure-pages@v1
45+
uses: actions/configure-pages@v3
4646
- name: Upload artifact
47-
uses: actions/upload-pages-artifact@v2
47+
uses: actions/upload-artifact@v4
4848
with:
49-
path: build
49+
name: github-pages
50+
path:
51+
build
5052
- name: Deploy to GitHub Pages
5153
id: deployment
5254
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)