Skip to content

v0.3.0-rc3

v0.3.0-rc3 #20

Workflow file for this run

name: Deploy
on:
release:
types: [published]
jobs:
web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.6'
channel: 'stable'
- run: flutter pub get
- run: dart run build_runner build
- run: dart run vector_graphics_compiler --input-dir assets/icons --out-dir assets/icons_compiled
- run: flutter build web --base-href "/enthrirhc/"
- uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build/web