Skip to content

v1.0.2

v1.0.2 #18

Workflow file for this run

name: Publish to GitHub Pages
on:
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- run: flutter pub get
- run: flutter test
- uses: bluefireteam/flutter-gh-pages@v8
with:
baseHref: /siri_wave/
webRenderer: canvaskit
workingDir: example