Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 3s

Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
XenGi 2026-02-15 13:07:35 +01:00
parent 3fa8bb537d
commit a4d258384e

View file

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