Skip to content

remove some files

remove some files #110

Workflow file for this run

name: mltools viewer Build and Deploy
on: [push]
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: subosito/[email protected]
with:
flutter-version: '3.0.5'
channel: 'stable'
cache: true
- run: flutter --version
- name: "Web Build 🔧"
run: |
cd mltools_viewer/
flutter pub get
flutter build web --release --base-href="/simple-tools-for-machine-learning/" --web-renderer html
- name: "Web Deploy 🚀"
# https://github.com/JamesIves/github-pages-deploy-action
uses: JamesIves/[email protected]
with:
branch: mltools-viewer-demo
folder: ./mltools_viewer/build/web