Skip to content

Bump actions/checkout from 3.5.3 to 3.6.0 (#68) #39

Bump actions/checkout from 3.5.3 to 3.6.0 (#68)

Bump actions/checkout from 3.5.3 to 3.6.0 (#68) #39

Workflow file for this run

name: github pages
on:
push:
branches:
- main
jobs:
pages:
name: "Deploy on Github Pages"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: subosito/[email protected]
with:
channel: stable
- name: Install dependencies
run: flutter pub get
- name: Code generation
run: flutter pub run build_runner build -d
- name: Build
run: flutter build web
- name: Deploy
uses: peaceiris/[email protected]
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
publish_dir: ./build/web