Skip to content

Check if navigation history is alive #8

Check if navigation history is alive

Check if navigation history is alive #8

name: Deploy Messenger App UI demo gh-pages
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: flutter config --enable-web
shell: bash
working-directory: .
- run: flutter build web --release --base-href /messenger/
shell: bash
working-directory: ./packages/messenger
- uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./packages/messenger/build/web