Update .forgejo/workflows/deploy.yml
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 9s
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 9s
This commit is contained in:
parent
6cc7eae77b
commit
d4055f946c
1 changed files with 0 additions and 10 deletions
|
|
@ -15,16 +15,6 @@ jobs:
|
||||||
options: --network=host # (Optional, more below)
|
options: --network=host # (Optional, more below)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check tools
|
|
||||||
run: |
|
|
||||||
which node && node -v
|
|
||||||
which docker && docker --version
|
|
||||||
|
|
||||||
- name: Set up Node
|
|
||||||
uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
|
|
||||||
- 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