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: build:
runs-on: docker runs-on: docker
steps: 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: 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 FROM alpine
WORKDIR /src
RUN apk add hugo RUN apk add hugo
CMD ["echo", "Running!"]
CMD ["hugo"]