From 4b34706b400fcc87184ce08b26dc9540b7942a69 Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Wed, 1 Apr 2026 11:36:50 +0200 Subject: [PATCH] test: alternative 1 --- .gitea/workflows/hugo.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index d052ed5..2bae1a7 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -49,9 +49,9 @@ jobs: - name: Build website with Hugo run: hugo - # - name: Check for broken links - # run: mise linkcheck --offline - # continue-on-error: ${{ gitea.ref == 'refs/heads/main' }} + - name: Check for broken links + run: mise linkcheck --offline + continue-on-error: gitea.ref == 'refs/heads/main' - name: Copy website to host uses: https://github.com/appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0