forked from MapComplete/MapComplete
Scripts: make deploy idempotent
This commit is contained in:
parent
c3598c7abf
commit
2cd4cee58a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: create generated dir
|
- name: create generated dir
|
||||||
run: mkdir ./assets/generated
|
run: mkdir -p ./assets/generated
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: create dependencies
|
- name: create dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue