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