Skip to content

Switches to a flutter-gh-pages fork for wasm support #59

Switches to a flutter-gh-pages fork for wasm support

Switches to a flutter-gh-pages fork for wasm support #59

name: Deploy examples to GitHub Pages
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: beta
flutter-version: 3.27.0-0.2.pre
# A fork that allows for wasm compilation
- uses: TesteurManiak/flutter-gh-pages@7ffcd0a663bf42b8d2fd77245a0159443427ce8e
with:
workingDir: example
compileToWasm: true