Skip to content

Commit

Permalink
performancing
Browse files Browse the repository at this point in the history
  • Loading branch information
arifayduran committed Dec 6, 2024
1 parent bc9f671 commit 98c3a45
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 177 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_firebase_and_github_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# Step 3: Install dependencies and build for Firebase Hosting (base href is for root)
- name: Build for Firebase Hosting
run: flutter pub get && flutter build web --release --web-renderer html # /canvaskit
run: flutter pub get && flutter build web --release --web-renderer canvaskit # /html

# Step 4: Deploy to Firebase Hosting
- uses: FirebaseExtended/action-hosting-deploy@v0
Expand All @@ -36,7 +36,7 @@ jobs:

# Step 5: Build for GitHub Pages (with a specific base href for GitHub Pages)
- name: Build for GitHub Pages
run: flutter pub get && flutter build web --release --web-renderer html --base-href /arifayduran_dev/ # /canvaskit
run: flutter pub get && flutter build web --release --web-renderer canvaskit --base-href /arifayduran_dev/ # /html

# Step 6: Deploy to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions devtools_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description: This file stores settings for Dart & Flutter DevTools.
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
extensions:
Loading

0 comments on commit 98c3a45

Please sign in to comment.