Skip to content

Created deploy-gh-pages.yml #1

Created deploy-gh-pages.yml

Created deploy-gh-pages.yml #1

name: deploy-gh-pages
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Only works with v2
- uses: subosito/flutter-action@v1
- uses: erickzanardo/flutter-gh-pages@v6