We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1888c6 commit 7582508Copy full SHA for 7582508
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v3
16
- uses: subosito/flutter-action@v2
17
with:
18
- flutter-version: "3.16.5"
+ flutter-version: "3.29.0"
19
channel: 'stable'
20
cache: true
21
@@ -31,7 +31,7 @@ jobs:
31
flutter pub get
32
33
# Build project
34
- flutter build web --release --web-renderer=canvaskit --base-href="/graphify/"
+ flutter build web --release --wasm --base-href="/graphify/"
35
36
- name: Deploy to Github Pages
37
uses: peaceiris/actions-gh-pages@v3
0 commit comments