Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

chore: release v2.4.0 (#195) #89

chore: release v2.4.0 (#195)

chore: release v2.4.0 (#195) #89

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches: [main]
env:
FLUTTER_VERSION: '3.13.x'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: ${{env.FLUTTER_VERSION}}
- run: flutter pub get
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
baseHref: /yaru_icons.dart/
webRenderer: canvaskit