Skip to content

Commit

Permalink
add web demo deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
furkantektas committed Dec 1, 2024
1 parent 2983213 commit 1276a0f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/publish-web-demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Publish Web Demo

on:
push:
branches:
- main
pull_request:


jobs:
build-and-deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: bluefireteam/flutter-gh-pages@v7
with:
workingDir: example
baseHref: /timeline_list/

0 comments on commit 1276a0f

Please sign in to comment.