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

feat: make dividers 1px thick (#394) #156

feat: make dividers 1px thick (#394)

feat: make dividers 1px thick (#394) #156

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches: [main]
env:
FLUTTER_VERSION: 3.10.x
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
flutter-version: ${{env.FLUTTER_VERSION}}
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
baseHref: /yaru.dart/
webRenderer: canvaskit