We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76912d2 commit e1baa98Copy full SHA for e1baa98
.github/workflows/deploy-docs.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main # 监听主分支推送
7
+ workflow_dispatch: # 手动触发
8
+ repository_dispatch:
9
+ types: [build_pages]
10
11
permissions:
12
contents: write
0 commit comments