Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 12s
Some checks failed
deploy blog / deploy (push) Failing after 12s
Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
parent
f6b5413d19
commit
e93b399854
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: alpine-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apk --no-cache add hugo git openssh-client rsync
|
run: apk --no-cache add hugo git openssh-client rsync
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue