Skip to content

Commit e1baa98

Browse files
author
dompling
committed
fix
1 parent 76912d2 commit e1baa98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main # 监听主分支推送
7+
workflow_dispatch: # 手动触发
8+
repository_dispatch:
9+
types: [build_pages]
710

811
permissions:
912
contents: write

0 commit comments

Comments
 (0)