Skip to content

✨ feat(deploy.yml): add baseHref configuration for flutter-gh-pages a… #4

✨ feat(deploy.yml): add baseHref configuration for flutter-gh-pages a…

✨ feat(deploy.yml): add baseHref configuration for flutter-gh-pages a… #4

Workflow file for this run

name: Analyze and build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- run: flutter pub get
- run: flutter analyze
- run: flutter build web