Skip to content

fix: remove surface tints in inverse colors, remove uis and windows b… #31

fix: remove surface tints in inverse colors, remove uis and windows b…

fix: remove surface tints in inverse colors, remove uis and windows b… #31

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches:
- main
env:
FLUTTER_VERSION: 3.24.3
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: ${{env.FLUTTER_VERSION}}
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
baseHref: /phoenix_theme/
webRenderer: canvaskit
customArgs: --no-tree-shake-icons