get node
This commit is contained in:
parent
6253631b9f
commit
1e57747ad4
1 changed files with 1 additions and 1 deletions
|
@ -30,8 +30,8 @@ jobs:
|
|||
container:
|
||||
image: alpine:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: apk add nodejs curl findutils
|
||||
- uses: actions/checkout@v4
|
||||
- uses: forgejo/download-artifact@v4
|
||||
- name: Deploy to repo
|
||||
run: ${{ github.workspace }}/.forgejo/bin/deploy.sh
|
||||
|
|
Loading…
Reference in a new issue