File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - run : flutter build web
14
+ - run : >-
15
+ sudo snap install flutter --classic && flutter channel beta && flutter
16
+ config --enable-web && flutter build web
15
17
- uses : FirebaseExtended/action-hosting-deploy@v0
16
18
with :
17
19
repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- uses : actions/checkout@v2
11
- - run : flutter build web
11
+ - run : >-
12
+ sudo snap install flutter --classic && flutter channel beta && flutter
13
+ config --enable-web && flutter build web
12
14
- uses : FirebaseExtended/action-hosting-deploy@v0
13
15
with :
14
16
repoToken : ' ${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change 1
1
{
2
2
"hosting" : {
3
- "public" : " build/web" ,
3
+ "public" : " build/web" ,
4
4
"ignore" : [
5
5
" firebase.json" ,
6
6
" **/.*" ,
You can’t perform that action at this time.
0 commit comments