Skip to content

Commit 668a0f2

Browse files
authored
upgrade actions; allow manual run
1 parent cf58209 commit 668a0f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
pull_request:
7+
workflow_dispatch:
78

89
permissions:
910
contents: read
@@ -35,7 +36,7 @@ jobs:
3536
run: pnpm run build
3637

3738
- name: Upload artifact
38-
uses: actions/upload-pages-artifact@v1
39+
uses: actions/upload-pages-artifact@v3
3940
with:
4041
path: .vitepress/dist
4142

@@ -49,4 +50,4 @@ jobs:
4950
steps:
5051
- name: Deploy to GitHub Pages
5152
id: deployment
52-
uses: actions/deploy-pages@v1
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)