Skip to content

Website: downloads version updated #40

Website: downloads version updated

Website: downloads version updated #40

Workflow file for this run

name: Publish website to GitHub Pages
on:
push:
branches: [ website ]
paths:
- 'pubspec.yaml'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.22.3'
channel: 'stable'
- run: flutter pub get
- run: flutter test
- uses: bluefireteam/flutter-gh-pages@v7
with:
baseHref: /Passy/
webRenderer: html