Testing Actions
Some checks failed
/ test (push) Successful in 2s
Deploy Hugo Site / build (push) Failing after 7s

This commit is contained in:
Kars van Velzen 2025-07-22 16:33:59 +02:00
parent 8a1bb12375
commit 9531e830ff

View file

@ -7,15 +7,13 @@ on:
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
image: alpine # TODO Idk if this keyword works?
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
sudo apt install hugo
# 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
- name: Check out code - name: Check out code
uses: actions/checkout@v4 uses: actions/checkout@v4