Skip to content

Commit 39948c7

Browse files
committed
修复GitHub Pages部署问题:启用cancel-in-progress避免多个artifact冲突
1 parent dcc200a commit 39948c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
concurrency:
1414
group: "pages"
15-
cancel-in-progress: false
15+
cancel-in-progress: true
1616

1717
jobs:
1818
build:

0 commit comments

Comments
 (0)