From 3f17effce7b0618fe45981c99e2ca04683983e3d Mon Sep 17 00:00:00 2001 From: Krille-chan <24619905+krille-chan@users.noreply.github.com> Date: Sun, 30 Jul 2023 13:08:03 +0200 Subject: [PATCH] ci: fix main deploy --- .github/workflows/main_deploy.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index c9e65030b..3c60b6de4 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -24,7 +24,8 @@ jobs: - name: Prepare web run: | ./scripts/prepare-web.sh - sed -i 's/href="\/"/href="\/web\/"/' web/index.html - name: Build Release Web + sed -i 's/href="\/"/href="\/web\/"/' web/index.html + - name: Build Release Web run: flutter build web --release --verbose --source-maps - name: Build Website run: |