mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-18 07:29:33 +08:00
ci: 添加jobs依赖关系needs
This commit is contained in:
parent
257503c837
commit
4b0167b850
3
.github/workflows/blank.yml
vendored
3
.github/workflows/blank.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -31,6 +32,8 @@ jobs:
|
||||
run: pnpm docs:build
|
||||
|
||||
Deploy:
|
||||
name: Deploy
|
||||
needs: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Deploy Github Pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user