diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index d27a378a4..835e42806 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -23,11 +23,11 @@ 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/" + run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/client/web/" - name: Build Website run: | mkdir public - mv build/web/ public/ + mv build/web/ public/web - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: