Skip to content

Commit

Permalink
DO: Build-02 of Playground 7.3.1 but with Flutter 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Aug 23, 2023
1 parent eceaccf commit 791a125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_playground.yml
Expand Up @@ -21,7 +21,7 @@
name: Deploy_Playground
on:
push:
branches: [none]
branches: [master]
paths-ignore:
- "**.md"
jobs:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: "EXAMPLE-5 START BUILD - Flutter clean before build"
run: flutter clean && cd example && flutter clean
- name: "EXAMPLE-5 WEB release build"
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/themesplayground-latest/" --no-tree-shake-icons --release -t lib/example5_themes_playground/main.dart
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/themesplayground-latest/" --release -t lib/example5_themes_playground/main.dart
- name: "EXAMPLE-5 DEPLOY to GitHub Pages repository, published on commit."
uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
env:
Expand Down

0 comments on commit 791a125

Please sign in to comment.