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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44b69db0f..6142f761d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,16 +17,16 @@ jobs: - name: Checkout Code uses: actions/checkout@v4 - - name: Zola Check + - name: Zola Build uses: shalzz/zola-deploy-action@v0.18.0 env: BUILD_ONLY: true - CHECK_LINKS: true - - name: Zola Build + - name: Zola Check uses: shalzz/zola-deploy-action@v0.18.0 env: BUILD_ONLY: true + CHECK_LINKS: true build_and_deploy: name: Build and Deploy on Main Push