testtt
Some checks failed
/ build (push) Failing after 12s

This commit is contained in:
vanten-s 2024-07-21 22:34:27 +02:00
parent 1966fe1f2d
commit e81fc0ad7a
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,8 @@ jobs:
build:
runs-on: docker
steps:
- 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 ${{ github.workspace }}/code
- uses: https://forgejo.vanten-s.com/vanten-s/vanten-s.com@main
- run: ls
with:
args: ${{ github.workspace }}/code
- run: ls ${{ github.workspace }}/code

View file

@ -4,5 +4,4 @@ WORKDIR /src
RUN apk add hugo
CMD ["echo", "Running!"]
CMD ["hugo"]
CMD cd $1; hugo