diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 2fc5c65..6c7027b 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -9,10 +9,13 @@ on: jobs: deploy: runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - with: - ref: forgejo.ref + steps: + - run: | + pwd + ls -la + apk --no-cache add git + git status + exit 1 - name: Install dependencies run: apk --no-cache add hugo python3 py3-pip