Skip to content

Commit

Permalink
👷 misc(CI): build before checking links
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 16, 2024
1 parent 0158097 commit daef403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

- name: Zola Check
- name: Zola Build
uses: shalzz/[email protected]
env:
BUILD_ONLY: true
CHECK_LINKS: true

- name: Zola Build
- name: Zola Check
uses: shalzz/[email protected]
env:
BUILD_ONLY: true
CHECK_LINKS: true

build_and_deploy:
name: Build and Deploy on Main Push
Expand Down

0 comments on commit daef403

Please sign in to comment.