-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
40 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,14 +68,14 @@ jobs: | |
- name: "EXAMPLE-1 START BUILD - Flutter clean before build" | ||
run: flutter clean && cd example && flutter clean | ||
- name: "EXAMPLE-1 WEB release build" | ||
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/basictheme-v7-2/" --release -t lib/example1_basic_theme_usage/main.dart | ||
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/basictheme-latest/" --release -t lib/example1_basic_theme_usage/main.dart | ||
- name: "EXAMPLE-1 DEPLOY to GitHub Pages repository, published on commit." | ||
uses: dmnemec/[email protected] | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
with: | ||
source_file: 'example/build/web/.' | ||
destination_folder: 'flexcolorscheme/basictheme-v7-2' | ||
destination_folder: 'flexcolorscheme/basictheme-latest' | ||
destination_repo: 'rydmike/rydmike.github.io' | ||
user_email: '[email protected]' | ||
user_name: 'rydmike' | ||
|
@@ -84,14 +84,14 @@ jobs: | |
- name: "EXAMPLE-2 START BUILD - Flutter clean before build" | ||
run: flutter clean && cd example && flutter clean | ||
- name: "EXAMPLE-2 WEB release build" | ||
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/customtheme-v7-2/" --release -t lib/example2_custom_theme/main.dart | ||
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/customtheme-latest/" --release -t lib/example2_custom_theme/main.dart | ||
- name: "EXAMPLE-2 DEPLOY to GitHub Pages repository, published on commit." | ||
uses: dmnemec/[email protected] | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
with: | ||
source_file: 'example/build/web/.' | ||
destination_folder: 'flexcolorscheme/customtheme-v7-2' | ||
destination_folder: 'flexcolorscheme/customtheme-latest' | ||
destination_repo: 'rydmike/rydmike.github.io' | ||
user_email: '[email protected]' | ||
user_name: 'rydmike' | ||
|
@@ -100,14 +100,14 @@ jobs: | |
- name: "EXAMPLE-3 START BUILD - Flutter clean before build" | ||
run: flutter clean && cd example && flutter clean | ||
- name: "EXAMPLE-3 WEB release build" | ||
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/fourthemes-v7-2/" --release -t lib/example3_four_themes/main.dart | ||
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/fourthemes-latest/" --release -t lib/example3_four_themes/main.dart | ||
- name: "EXAMPLE-3 DEPLOY to GitHub Pages repository, published on commit." | ||
uses: dmnemec/[email protected] | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
with: | ||
source_file: 'example/build/web/.' | ||
destination_folder: 'flexcolorscheme/fourthemes-v7-2' | ||
destination_folder: 'flexcolorscheme/fourthemes-latest' | ||
destination_repo: 'rydmike/rydmike.github.io' | ||
user_email: '[email protected]' | ||
user_name: 'rydmike' | ||
|
@@ -116,14 +116,14 @@ jobs: | |
- name: "EXAMPLE-4 START BUILD - Flutter clean before build" | ||
run: flutter clean && cd example && flutter clean | ||
- name: "EXAMPLE-4 WEB release build" | ||
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/allthemes-v7-2/" --release -t lib/example4_all_themes/main.dart | ||
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/allthemes-latest/" --release -t lib/example4_all_themes/main.dart | ||
- name: "EXAMPLE-4 DEPLOY to GitHub Pages repository, published on commit." | ||
uses: dmnemec/[email protected] | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
with: | ||
source_file: 'example/build/web/.' | ||
destination_folder: 'flexcolorscheme/allthemes-v7-2' | ||
destination_folder: 'flexcolorscheme/allthemes-latest' | ||
destination_repo: 'rydmike/rydmike.github.io' | ||
user_email: '[email protected]' | ||
user_name: 'rydmike' | ||
|
@@ -132,14 +132,14 @@ 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-v7-2/" --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/[email protected] | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
with: | ||
source_file: 'example/build/web/.' | ||
destination_folder: 'flexcolorscheme/themesplayground-v7-2' | ||
destination_folder: 'flexcolorscheme/themesplayground-latest' | ||
destination_repo: 'rydmike/rydmike.github.io' | ||
user_email: '[email protected]' | ||
user_name: 'rydmike' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,14 +60,14 @@ 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-v7-2/" --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/[email protected] | ||
env: | ||
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} | ||
with: | ||
source_file: 'example/build/web/.' | ||
destination_folder: 'flexcolorscheme/themesplayground-v7-2' | ||
destination_folder: 'flexcolorscheme/themesplayground-latest' | ||
destination_repo: 'rydmike/rydmike.github.io' | ||
user_email: '[email protected]' | ||
user_name: 'rydmike' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.