Remove obsolete step from github actions

This commit is contained in:
pietervdvn 2021-10-06 00:45:16 +02:00
parent fec4a40279
commit b0c8dbf078

View file

@ -23,9 +23,6 @@ jobs:
- name: create generated dir
run: mkdir ./assets/generated
- name: create stub themes
run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
- name: Prepare deploy
run: npm run prepare-deploy