forked from MapComplete/MapComplete
Scripts: attempt to push to repo
This commit is contained in:
parent
baf4ac0898
commit
79bc1be6ef
1 changed files with 6 additions and 6 deletions
|
@ -22,12 +22,6 @@ jobs:
|
|||
cache: "npm"
|
||||
cache-dependency-path: package-lock.json
|
||||
|
||||
- name: install deps
|
||||
run: npm ci
|
||||
shell: bash
|
||||
|
||||
- run: npm run init
|
||||
|
||||
- name: clone submodule
|
||||
shell: bash
|
||||
run: |
|
||||
|
@ -46,6 +40,12 @@ jobs:
|
|||
git tag "${{ github.ref_name }}"
|
||||
git push --tags
|
||||
|
||||
- name: install deps
|
||||
run: npm ci
|
||||
shell: bash
|
||||
|
||||
- run: npm run init
|
||||
|
||||
- name: generate layers
|
||||
run: npm run generate:layeroverview
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue