Skip to content

Commit

Permalink
拆分自动部署工作流为构建和部署
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed Jan 28, 2024
1 parent 233660d commit aa79fee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
sync:
build_doc:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -39,6 +39,10 @@ jobs:
default_author: github_actions
message: "[bot] Build gitee pages"

sync_and_publish:
runs-on: ubuntu-latest
needs: build_doc
steps:
- name: Sync to gitee.com
uses: wearerequired/[email protected]
env:
Expand Down

0 comments on commit aa79fee

Please sign in to comment.