Test
Some checks failed
/ build (push) Failing after 15s

This commit is contained in:
vanten-s 2024-07-21 22:41:54 +02:00
parent b1a09df267
commit 4deb6966b3
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
3 changed files with 5 additions and 22 deletions

View file

@ -2,9 +2,9 @@ on: [push]
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
container:
image: alpine:latest
steps: steps:
- run: git clone https://forgejo.vanten-s.com/vanten-s/vanten-s.com ${{ github.workspace }}/code - run: apk add hugo
- uses: https://forgejo.vanten-s.com/vanten-s/vanten-s.com@main - run: hugo
with: - run: ls
args: ${{ github.workspace }}/code
- run: ls ${{ github.workspace }}/code

View file

@ -1,10 +0,0 @@
FROM alpine
WORKDIR /src
RUN apk add hugo
ADD *.sh /
ENTRYPOINT ["/entrypoint.sh"]
CMD ["--help"]

View file

@ -1,7 +0,0 @@
#!/bin/sh
set -e
cd "$1"
hugo