Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

github: add dependabot config #11

github: add dependabot config

github: add dependabot config #11

Workflow file for this run

name: Publish to GitHub Pages
on:
workflow_dispatch:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Setup cache
uses: actions/cache@v3
with:
path: |
build
key: ${{ runner.OS }}-interactive_shape_recognition-${{ hashFiles('**/pubspec.lock') }}-${{ hashFiles('**/*.dart') }}
restore-keys: |
${{ runner.OS }}-interactive_shape_recognition-
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:'
- uses: bluefireteam/flutter-gh-pages@v7
with:
webRenderer: canvaskit
workingDir: example
baseHref: /interactive_shape_recognition/