mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-23 11:14:30 +08:00
chore(workflow): 添加手动触发文档发布工作流功能
- 在 GitHub Actions 工作流配置中添加 workflow_dispatch 触发器 - 允许通过 GitHub 界面手动运行文档发布流程 - 保留原有的 push 和 tags 触发规则 - 维持现有的权限设置不变
This commit is contained in:
parent
604d720639
commit
62fbfd41e1
1
.github/workflows/publish-docs.yml
vendored
1
.github/workflows/publish-docs.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
workflow_dispatch:
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user