Skip to content

Commit

Permalink
Deploy Netlify WASM build
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Feb 15, 2025
1 parent 540d8df commit 75f09ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name: Deploy
on:
push:
branches: [master]
branches: [none]
paths-ignore:
- "**.md"
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_playground_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: Deploy_Playground_Netlify
on:
push:
branches: [none]
branches: [master]
paths-ignore:
- "**.md"
jobs:
Expand Down
6 changes: 3 additions & 3 deletions example/lib/shared/const/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ abstract final class App {
static const String icon = 'assets/images/app_icon.png';
// URL for Netlify hosting build.
// This will be the only one later when WASM works OK.
//static const String playgroundURL='https://playground.flexcolorscheme.com/';
static const String playgroundURL = 'https://playground.flexcolorscheme.com/';
// URL for GitHub pages build.
static const String playgroundURL =
'https://rydmike.com/flexcolorscheme/themesplayground-latest/';
// static const String playgroundURL =
// 'https://rydmike.com/flexcolorscheme/themesplayground-latest/';

static final Uri packageUri = Uri(
scheme: 'https',
Expand Down

1 comment on commit 75f09ac

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.