Skip to content

Commit

Permalink
ci: create pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kekland committed Oct 23, 2021
1 parent bf48074 commit 1ea3544
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pages.yml
@@ -0,0 +1,17 @@
name: Deploy example to GitHub pages

on:
push:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
baseHref: /inspector/

0 comments on commit 1ea3544

Please sign in to comment.