fixed web6-build change folder3

This commit is contained in:
Brord van Wierst 2023-12-04 04:36:55 +01:00
parent 69f7cf88de
commit 6d6d609d66
No known key found for this signature in database
GPG key ID: 20E7ACBD8E02BC11

View file

@ -26,8 +26,7 @@ jobs:
run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/client/"
- name: Build Website
run: |
mkdir public
mv build/ public
mv build/web public
mv .env public/.env
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3