mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
feat(workflow): 添加手动触发发布文档工作流功能
- 添加 workflow_dispatch 触发器,允许手动触发发布文档工作流, 方便在需要时手动执行文档发布操作。 - [release doc]
This commit is contained in:
parent
1ea0eac6a2
commit
afa544b79c
1
.github/workflows/publish-docs.yml
vendored
1
.github/workflows/publish-docs.yml
vendored
@ -13,6 +13,7 @@ on:
|
||||
- '**'
|
||||
tags:
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
||||
# 权限配置:指定工作流所需的权限。
|
||||
# actions: read - 允许读取 GitHub Actions 相关信息。
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user