test: other way
Some checks failed
Website build and deploy / build (pull_request) Failing after 37s

This commit is contained in:
2026-04-01 11:41:09 +02:00
parent 563de8b538
commit 0b1d9b0c4d
2 changed files with 5 additions and 5 deletions

View File

@@ -46,9 +46,6 @@ jobs:
sed -i "s|__PROXY_URL__|${{ secrets.MATOMO_PROXY_URL }}|" static/config.php
sed -i "s|__TOKEN_AUTH__|${{ secrets.MATOMO_TOKEN_AUTH }}|" static/config.php
- name: Build website with Hugo
run: hugo
- name: Check for broken links
run: |
if [ "${{ gitea.ref }}" = "refs/heads/main" ]; then
@@ -57,6 +54,9 @@ jobs:
mise linkcheck --offline
fi
- name: Build website with Hugo
run: mise run build
- name: Copy website to host
uses: https://github.com/appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0
with: