File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
22
cache : true
23
23
- name : Build and deploy to GH pages
24
24
uses : bluefireteam/flutter-gh-pages@v7
25
+ with :
26
+ baseHref : /flutter_catalog/
25
27
# - run: flutter pub get
26
28
# - run: flutter build web --release
27
29
# - name: Deploy to GH pages
Original file line number Diff line number Diff line change @@ -73,9 +73,10 @@ class DefaultFirebaseOptions {
73
73
projectId: 'flutter-catalog' ,
74
74
databaseURL: 'https://flutter-catalog.firebaseio.com' ,
75
75
storageBucket: 'flutter-catalog.appspot.com' ,
76
- androidClientId: '785184947614-jvcu7agpj6n6vvr5poal14otu8mjdl61.apps.googleusercontent.com' ,
77
- iosClientId: '785184947614-70ii5qm94fe28nmasjc9g864nh25l4m7.apps.googleusercontent.com' ,
76
+ androidClientId:
77
+ '785184947614-jvcu7agpj6n6vvr5poal14otu8mjdl61.apps.googleusercontent.com' ,
78
+ iosClientId:
79
+ '785184947614-70ii5qm94fe28nmasjc9g864nh25l4m7.apps.googleusercontent.com' ,
78
80
iosBundleId: 'io.github.x-wei.flutter-catalog' ,
79
81
);
80
-
81
- }
82
+ }
You can’t perform that action at this time.
0 commit comments