Skip to content

Mobile header: rename to Will H with @will-ch-h handle below #9

Mobile header: rename to Will H with @will-ch-h handle below

Mobile header: rename to Will H with @will-ch-h handle below #9

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
- name: Build web
run: flutter build web --release --base-href /
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/web
publish_branch: gh-pages