From e01a62a70e9ac7e5fd019d5fcb1f757018906833 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 27 Apr 2025 01:11:02 +0200 Subject: [PATCH] Fix build --- .forgejo/setup/action.yml | 3 +++ .forgejo/workflows/deploy_hosted.yml | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.forgejo/setup/action.yml b/.forgejo/setup/action.yml index d82a64103..9798efee2 100644 --- a/.forgejo/setup/action.yml +++ b/.forgejo/setup/action.yml @@ -21,3 +21,6 @@ runs: run: npm ci shell: bash + - name: sync translations + run: npm run generate:translations + shell: bash diff --git a/.forgejo/workflows/deploy_hosted.yml b/.forgejo/workflows/deploy_hosted.yml index 00d2cfdbf..14570f07d 100644 --- a/.forgejo/workflows/deploy_hosted.yml +++ b/.forgejo/workflows/deploy_hosted.yml @@ -20,10 +20,6 @@ jobs: 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 - - name: sync translations - run: npm run generate:translations - shell: bash - - name: Prepare build run: npm run generate:service-worker && ./scripts/prepare-build.sh shell: bash