Skip to content

Commit 5e27443

Browse files
committed
fix: update actions
1 parent 724d1cd commit 5e27443

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publishwebsite.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
run: npm run build --if-present
3131

3232
- name: Upload artifact
33-
uses: actions/upload-pages-artifact@v2
33+
uses: actions/upload-artifact@v3
3434
with:
35+
name: github-pages
3536
path: ./dist
3637

3738
deploy:

0 commit comments

Comments
 (0)