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:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: apk add nodejs curl findutils
|
- run: apk add nodejs curl findutils
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- uses: forgejo/download-artifact@v4
|
- uses: forgejo/download-artifact@v4
|
||||||
- name: Deploy to repo
|
- name: Deploy to repo
|
||||||
run: ${{ github.workspace }}/.forgejo/bin/deploy.sh
|
run: ${{ github.workspace }}/.forgejo/bin/deploy.sh
|
||||||
|
|
Loading…
Reference in a new issue