test: other way
Some checks failed
Website build and deploy / build (pull_request) Failing after 37s
Some checks failed
Website build and deploy / build (pull_request) Failing after 37s
This commit is contained in:
@@ -46,9 +46,6 @@ jobs:
|
|||||||
sed -i "s|__PROXY_URL__|${{ secrets.MATOMO_PROXY_URL }}|" static/config.php
|
sed -i "s|__PROXY_URL__|${{ secrets.MATOMO_PROXY_URL }}|" static/config.php
|
||||||
sed -i "s|__TOKEN_AUTH__|${{ secrets.MATOMO_TOKEN_AUTH }}|" 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
|
- name: Check for broken links
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ gitea.ref }}" = "refs/heads/main" ]; then
|
if [ "${{ gitea.ref }}" = "refs/heads/main" ]; then
|
||||||
@@ -57,6 +54,9 @@ jobs:
|
|||||||
mise linkcheck --offline
|
mise linkcheck --offline
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Build website with Hugo
|
||||||
|
run: mise run build
|
||||||
|
|
||||||
- name: Copy website to host
|
- name: Copy website to host
|
||||||
uses: https://github.com/appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0
|
uses: https://github.com/appleboy/scp-action@ff85246acaad7bdce478db94a363cd2bf7c90345 # v1.0.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -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.
|
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" >}}).
|
||||||
|
|||||||
Reference in New Issue
Block a user