Skip to content

Commit

Permalink
Switches to a flutter-gh-pages fork for wasm support
Browse files Browse the repository at this point in the history
Updates action to use a forked version enabling wasm compilation.

Enhances deployment by enabling proper WebAssembly support.
  • Loading branch information
s0nerik committed Nov 17, 2024
1 parent ca3609c commit 85ae2b2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy examples to GitHub Pages

on:
push:
branches: [ main ]
branches: [main]

jobs:
build:
Expand All @@ -14,7 +14,8 @@ jobs:
with:
channel: beta
flutter-version: 3.27.0-0.2.pre
- uses: bluefireteam/flutter-gh-pages@v7
# A fork that allows for wasm compilation
- uses: TesteurManiak/flutter-gh-pages@7ffcd0a663bf42b8d2fd77245a0159443427ce8e
with:
workingDir: example
customArgs: --wasm
compileToWasm: true

0 comments on commit 85ae2b2

Please sign in to comment.