Skip to content

chore: added javascript minify and compression step #24

chore: added javascript minify and compression step

chore: added javascript minify and compression step #24

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Flutter 🔧
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter doctor -v
- name: Flutter Build 🏗️
run: cd example;flutter build web --web-renderer html --release
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: "./example/build/web"