From daef40338ccf03250da2ec2b4382d644f277e4b4 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 16 Feb 2024 15:33:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20misc(CI):=20build=20before=20che?= =?UTF-8?q?cking=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44b69db..6142f76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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