fixed web6-build change folder3
This commit is contained in:
parent
69f7cf88de
commit
6d6d609d66
1 changed files with 1 additions and 2 deletions
3
.github/workflows/main_deploy.yaml
vendored
3
.github/workflows/main_deploy.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue