File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515name : Deploy_Playground_Netlify
1616on :
1717 push :
18- branches : [none ]
18+ branches : [master ]
1919 paths-ignore :
2020 - " **.md"
2121jobs :
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ abstract final class App {
6464 static const String icon = 'assets/images/app_icon.png' ;
6565 // URL for Netlify hosting build.
6666 // This will be the only one later when WASM works OK.
67- // static const String playgroundURL= 'https://playground.flexcolorscheme.com/';
67+ static const String playgroundURL = 'https://playground.flexcolorscheme.com/' ;
6868 // URL for GitHub pages build.
69- static const String playgroundURL =
70- 'https://rydmike.com/flexcolorscheme/themesplayground-latest/' ;
69+ // static const String playgroundURL =
70+ // 'https://rydmike.com/flexcolorscheme/themesplayground-latest/';
7171
7272 static final Uri packageUri = Uri (
7373 scheme: 'https' ,
You can’t perform that action at this time.
0 commit comments