Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 30s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 30s
This commit is contained in:
parent
63f4b89e48
commit
9770cb5a93
1 changed files with 3 additions and 2 deletions
|
|
@ -10,10 +10,11 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: node:22-alpine
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set up Node
|
||||||
|
uses: actions/setup-node@v4
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue