Skip to content

bumped to version 2.2.0 #38

bumped to version 2.2.0

bumped to version 2.2.0 #38

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: beta
- run: flutter config --enable-web
- run: flutter pub get
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
baseHref: /flutter_carousel_widget/