Skip to content

Commit

Permalink
Web build should be used in Pages
Browse files Browse the repository at this point in the history
Fixes #161
  • Loading branch information
Feichtmeier committed Jun 23, 2022
1 parent 0e84e5f commit eae6f09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish to GitHub Pages

on:
push:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: beta
- run: flutter pub get
- run: flutter test
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
1 change: 0 additions & 1 deletion example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
/build/

# Web related
lib/generated_plugin_registrant.dart

# Symbolication related
app.*.symbols
Expand Down

0 comments on commit eae6f09

Please sign in to comment.