Skip to content

Commit

Permalink
工作流改成手动发布
Browse files Browse the repository at this point in the history
  • Loading branch information
greatjiang committed Jun 5, 2024
1 parent af49001 commit f1fe0b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: Deploy VitePress site to Pages
on:
# 在针对 `main` 分支的推送上运行。如果你
# 使用 `master` 分支作为默认分支,请将其更改为 `master`
push:
branches: main
# push:
# branches: main

# 允许你从 Actions 选项卡手动运行此工作流程
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export default defineConfig({
collapsed: false,
items: [
{ text: 'Git', link: '' },
{ text: 'GitHub', link: '/skill-tree/git/github' },
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion docs/skill-tree/git/github.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Github
# Github

## GitHub上的自动发布流程更改为手动发布

0 comments on commit f1fe0b1

Please sign in to comment.