fix: broken links, add check to CI

This commit is contained in:
2026-04-01 11:31:35 +02:00
parent 9bb7fcc300
commit 3a5b758b10
3 changed files with 10 additions and 8 deletions

View File

@@ -49,8 +49,12 @@ 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: Copy website to host
uses: https://github.com/appleboy/scp-action@v1.0.0
uses: https://github.com/appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0
with:
host: mehl.mx
username: maxmehl