Skip to content

Commit 6979674

Browse files
committed
Fix error on deploy
1 parent b7d0523 commit 6979674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build
3737
run: npm run docs:build
3838
- uses: actions/configure-pages@v2
39-
- uses: actions/upload-pages-artifact@v1
39+
- uses: actions/upload-pages-artifact@v3
4040
with:
4141
path: docs/.vitepress/dist
4242
- name: Deploy

0 commit comments

Comments
 (0)