Skip to content

📦 chore(pages.yml): add GitHub Pages deployment workflow #1

📦 chore(pages.yml): add GitHub Pages deployment workflow

📦 chore(pages.yml): add GitHub Pages deployment workflow #1

Workflow file for this run

name: Deploy To Github Pages
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # Only works with v2
- uses: subosito/flutter-action@v1
- uses: bluefireteam/flutter-gh-pages@v7