👷 misc(CI): build before checking links
This commit is contained in:
parent
0158097594
commit
daef40338c
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -17,17 +17,17 @@ jobs:
|
|||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Zola Build
|
||||||
|
uses: shalzz/zola-deploy-action@v0.18.0
|
||||||
|
env:
|
||||||
|
BUILD_ONLY: true
|
||||||
|
|
||||||
- name: Zola Check
|
- name: Zola Check
|
||||||
uses: shalzz/zola-deploy-action@v0.18.0
|
uses: shalzz/zola-deploy-action@v0.18.0
|
||||||
env:
|
env:
|
||||||
BUILD_ONLY: true
|
BUILD_ONLY: true
|
||||||
CHECK_LINKS: true
|
CHECK_LINKS: true
|
||||||
|
|
||||||
- name: Zola Build
|
|
||||||
uses: shalzz/zola-deploy-action@v0.18.0
|
|
||||||
env:
|
|
||||||
BUILD_ONLY: true
|
|
||||||
|
|
||||||
build_and_deploy:
|
build_and_deploy:
|
||||||
name: Build and Deploy on Main Push
|
name: Build and Deploy on Main Push
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user