356 bug about store reference (#357) #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Demo App to GitHub Pages 🚀 | |
on: | |
push: | |
branches: [ develop ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: subosito/flutter-action@v1 | |
- name: Generate internationalization files | |
run: | | |
cd library | |
flutter gen-l10n | |
- uses: bluefireteam/flutter-gh-pages@v7 | |
with: | |
workingDir: app | |
baseHref: /ods-flutter/web/ |