diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index 11eec870d..d426a1eae 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -26,7 +26,8 @@ jobs: run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/web/" - name: Build Website run: | - mv build/web/ public/web + mkdir public + mv build/web/ public - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: