Attempting to setup GH actions
This commit is contained in:
parent
547e73f44a
commit
3c0c4e875c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/theme_validation.yml
vendored
2
.github/workflows/theme_validation.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: mkdir ./assets/generated
|
run: mkdir ./assets/generated
|
||||||
|
|
||||||
- name: create stub themes
|
- name: create stub themes
|
||||||
run: echo '{"layers": [], "themes": []}' > ./assets/generated/known_layers_and_themes.json
|
run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
|
||||||
|
|
||||||
|
|
||||||
- name: Compile license info
|
- name: Compile license info
|
||||||
|
|
Loading…
Reference in a new issue