Compare commits

..

1 Commits

Author SHA1 Message Date
7e8ea2983c feat: add mise to configure Hugo version, and add to CI
Some checks failed
Website build and deploy / build (pull_request) Failing after 17s
2026-03-02 16:35:04 +01:00

View File

@@ -33,6 +33,11 @@ jobs:
submodules: recursive # Get submdules
fetch-depth: 1 # Fetch all history for .GitInfo and .Lastmod
- name: Setup required tools (Hugo)
uses: https://github.com/jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
with:
cache: false # no cache on gitea
- name: Create configuration for Matomo
run: |
cp themes/hugo-sustain/static/config.php.sample static/config.php
@@ -40,9 +45,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: Setup required tools (Hugo)
uses: https://github.com/jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3.6.2
- name: Build website with Hugo
run: hugo