Skip to content

Commit

Permalink
add workflow to deploy web
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Knoble committed Feb 14, 2024
1 parent c5e0eed commit ccd6d23
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/deploy-web-to-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Gh-Pages

on:
push:
branches: [ dev ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2 # Only works with v2
- uses: subosito/flutter-action@v1
- uses: bluefireteam/flutter-gh-pages@v7

0 comments on commit ccd6d23

Please sign in to comment.