forked from MapComplete/MapComplete
Fix deploy
This commit is contained in:
parent
806646ec06
commit
70cc3f4f51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_pietervdvn.yml
vendored
2
.github/workflows/deploy_pietervdvn.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: create dependencies
|
- name: create dependencies
|
||||||
run: npm run generate:licenses; npm run generate:images; npm run generate:charging-stations; npm run generate:service-worker; npm run generate:editor-layer-index
|
run: npm run generate:licenses; npm run generate:images; npm run generate:charging-stations; npm run generate:service-worker; npm run download:editor-layer-index
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: sync translations
|
- name: sync translations
|
||||||
|
|
Loading…
Reference in a new issue