From b0c8dbf0783e85e36bcf7ca76176e636df5e2efd Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 6 Oct 2021 00:45:16 +0200 Subject: [PATCH] Remove obsolete step from github actions --- .github/workflows/theme_validation_and_deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/theme_validation_and_deploy.yml b/.github/workflows/theme_validation_and_deploy.yml index fd7efe0d8..76ccd8159 100644 --- a/.github/workflows/theme_validation_and_deploy.yml +++ b/.github/workflows/theme_validation_and_deploy.yml @@ -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