Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 3s
Some checks failed
deploy blog / deploy (push) Failing after 3s
Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
parent
3fa8bb537d
commit
a4d258384e
1 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue