diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index fa17afe..0fa8d18 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -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: diff --git a/content/_index.md b/content/_index.md index 60343ad..b48358d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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" >}}).