Test
All checks were successful
/ build (push) Successful in 14s

This commit is contained in:
vanten-s 2024-07-21 22:28:49 +02:00
parent e4fc70c7a4
commit 2606c74dc0
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 6 additions and 2 deletions

View file

@ -3,6 +3,5 @@ jobs:
build:
runs-on: docker
steps:
- uses: https://forgejo.vanten-s.com/vanten-s/vanten-s.com@main
- run: git clone https://forgejo.vanten-s.com/vanten-s/vanten-s.com
- run: hugo
- uses: https://forgejo.vanten-s.com/vanten-s/vanten-s.com@main

View file

@ -1,3 +1,8 @@
FROM alpine
WORKDIR /src
RUN apk add hugo
CMD ["echo", "Running!"]
CMD ["hugo"]