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

This commit is contained in:
Kars van Velzen 2025-07-22 15:33:00 +02:00
parent 367c829535
commit 8a1bb12375
2 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All good!

View file

@ -7,12 +7,11 @@ on:
jobs:
build:
runs-on: docker
container:
image: alpine:3.20
image: alpine # TODO Idk if this keyword works?
steps:
- name: Install dependencies and Hugo
run: |
run:
# apk add --no-cache curl bash git libc6-compat
# Install Hugo (Refer to https://gohugo.io/installation/linux/)