Skip to content

Commit

Permalink
add github actions v6
Browse files Browse the repository at this point in the history
  • Loading branch information
timur-harin committed Jun 26, 2024
1 parent 436b48d commit 1a9bc9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ jobs:

- run: flutter analyze --no-fatal-warnings --no-fatal-infos lib/livecoding/cicd/

- run: flutter build web
- run: flutter build web --release lib/livecoding/cicd/main.dart

- uses: bluefireteam/flutter-gh-pages@v7
with:
baseHref: /






5 changes: 2 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ flutter:
assets:
- assets/
- assets/fonts/
- assets/images/
- assets/icons/
- assets/tests/


fonts:
- family: Coves
fonts:
Expand Down

0 comments on commit 1a9bc9f

Please sign in to comment.