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:

View File

@@ -12,6 +12,6 @@ I work at **Deutsche Bahn**'s virtual Open Source Program Office (OSPO). I helpe
Previously, I was with the **Free Software Foundation Europe** (FSFE), leading policy, public awareness, and legal initiatives such as *Public Money, Public Code* and *REUSE*. Before that, I founded a small, client-focused IT consultancy firm offering website development and system administration.
Outside of work, I enjoy being with my family, bouldering, and maintaining some software projects.
Outside of work, I [enjoy](/test) being with my family, bouldering, and maintaining some software projects.
On this site, I regularly share [updates]({{< relref "blodwqdqwg" >}}) on my work and projects. Feel free to [reach out]({{< relref "contact" >}}).
On this site, I regularly share [updates]({{< relref "blog" >}}) on my work and projects. Feel free to [reach out]({{< relref "contact" >}}).