Skip to content

feat(example): improve icon page #99

feat(example): improve icon page

feat(example): improve icon page #99

Workflow file for this run

name: Publish to GitHub Pages
on:
# JUST FOR TESTING
# push:
# branches:
# - main
pull_request:
branches:
- main
env:
FLUTTER_VERSION: 3.16.9
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: ${{env.FLUTTER_VERSION}}
- run: flutter pub get
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
baseHref: /yaru.dart/
webRenderer: canvaskit