👷 misc(CI): build before checking links

This commit is contained in:
welpo 2024-02-16 15:33:37 +01:00
parent 0158097594
commit daef40338c
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -17,17 +17,17 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Zola Build
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_ONLY: true
- name: Zola Check
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_ONLY: true
CHECK_LINKS: true
- name: Zola Build
uses: shalzz/zola-deploy-action@v0.18.0
env:
BUILD_ONLY: true
build_and_deploy:
name: Build and Deploy on Main Push
runs-on: ubuntu-22.04