fixed web2
This commit is contained in:
parent
6718edae59
commit
41dbb04085
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main_deploy.yaml
vendored
3
.github/workflows/main_deploy.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue