Skip to content

Commit

Permalink
git action added
Browse files Browse the repository at this point in the history
  • Loading branch information
aslight0013 committed May 5, 2021
1 parent 02787b3 commit b1e122b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/run_web.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Gh-Pages

on:
push:
branches: [master]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: erickzanardo/flutter-gh-pages@v3

0 comments on commit b1e122b

Please sign in to comment.