Testing Actions
All checks were successful
/ test (push) Successful in 3s

This commit is contained in:
Kars van Velzen 2025-07-22 17:07:08 +02:00
parent b4e8f65aa8
commit e054d25145

View file

@ -9,9 +9,11 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Install dependencies and Hugo - name: Install dependencies and Hugo
run: run: |
# apk add --no-cache curl bash git libc6-compat # apk add --no-cache curl bash git libc6-compat
apt install hugo wget https://github.com/gohugoio/hugo/releases/download/v0.148.1/hugo_extended_0.148.1_linux-amd64.deb
apt-get install -y ./hugo_extended_0.148.1_linux-amd64.deb
hugo version
# Install Hugo (Refer to https://gohugo.io/installation/linux/) # Install Hugo (Refer to https://gohugo.io/installation/linux/)
#doas apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo #doas apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo