Skip to content

bumped to version 1.3.0 #17

bumped to version 1.3.0

bumped to version 1.3.0 #17

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: /get-time-ago/