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,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