diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index a6376689b..e9b83799d 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -23,12 +23,12 @@ jobs: - name: Prepare web run: ./scripts/prepare-web.sh - name: Build Release Web - run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/client/web/" + run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/client/" - name: Build Website run: | mkdir public - mv .env public/web/.env - mv build/web/ public/web + mv .env public/.env + mv build/ public - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: