Skip to content

Bump actions/checkout from 4.1.2 to 4.1.4 (#94) #103

Bump actions/checkout from 4.1.2 to 4.1.4 (#94)

Bump actions/checkout from 4.1.2 to 4.1.4 (#94) #103

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: Install intl utils
run: dart pub global activate intl_utils
- name: Generate localization
run: dart pub global run intl_utils:generate
- name: Code generation
run: dart 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