Skip to content

Commit 32b7b09

Browse files
committed
Changes to make and trigger Netlify hosted WASM build of the Playground.
1 parent bb96e3e commit 32b7b09

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy_playground_netlify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: Deploy_Playground_Netlify
1616
on:
1717
push:
18-
branches: [none]
18+
branches: [master]
1919
paths-ignore:
2020
- "**.md"
2121
jobs:

example/lib/shared/const/app.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)