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

Update README.md

Update README.md #4

Workflow file for this run

name: Build and Deploy Flutter Web
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v1
with:
channel: 'stable'
- name: Get dependencies
run: |
cd example
flutter pub get
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
baseHref: /flutter_document_scan_sdk/