Skip to content

Commit

Permalink
Added github pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
devpedrofurquim committed Jun 7, 2024
1 parent 15c91c1 commit 42ea2bf
Show file tree
Hide file tree
Showing 3 changed files with 324 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Gh-Pages

on:
push:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: bluefireteam/flutter-gh-pages@v8
with:
baseHref: /moonshiner/
webRenderer: canvaskit
Loading

0 comments on commit 42ea2bf

Please sign in to comment.