forked from MapComplete/MapComplete
Attempt to fix build
This commit is contained in:
parent
8adeefcf16
commit
5a41db7d53
2 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,6 @@ description: 'Checkout code, set up Nodejs, run `npm ci`'
|
|||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
|
@ -9,6 +9,7 @@ jobs:
|
|||
deploy_on_hosted:
|
||||
runs-on: [ubuntu-latest, hetzner-access]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ./.forgejo/snippets/setup.yml
|
||||
|
||||
- name: create generated dir
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue