Skip to content

Commit 055e6a7

Browse files
authored
Update GitHub Actions workflow for deployment
1 parent 805c63d commit 055e6a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy to GitHub Pages
22

3-
on:
4-
push:
3+
on:
4+
push:
55
branches: [main]
66
workflow_dispatch:
77

@@ -17,19 +17,19 @@ concurrency:
1717
jobs:
1818
deploy:
1919
runs-on: ubuntu-latest
20-
environment:
20+
environment:
2121
name: github-pages
22-
url: ${{ steps.deployment.outputs. page_url }}
22+
url: ${{ steps.deployment. outputs. page_url }}
2323
steps:
2424
- uses: actions/checkout@v4
2525

2626
- uses: subosito/flutter-action@v2
27-
with:
27+
with:
2828
flutter-version: '3.2.0'
2929
channel: 'stable'
3030

3131
- run: flutter pub get
32-
- run: flutter build web --release --base-href "/MeshMapper_Flutter_App/"
32+
- run: flutter build web --release --base-href "/"
3333

3434
- uses: actions/configure-pages@v4
3535

0 commit comments

Comments
 (0)