We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c63d commit 055e6a7Copy full SHA for 055e6a7
.github/workflows/deploy.yml
@@ -1,7 +1,7 @@
1
name: Deploy to GitHub Pages
2
3
-on:
4
- push:
+on:
+ push:
5
branches: [main]
6
workflow_dispatch:
7
@@ -17,19 +17,19 @@ concurrency:
17
jobs:
18
deploy:
19
runs-on: ubuntu-latest
20
- environment:
+ environment:
21
name: github-pages
22
- url: ${{ steps.deployment.outputs. page_url }}
+ url: ${{ steps.deployment. outputs. page_url }}
23
steps:
24
- uses: actions/checkout@v4
25
26
- uses: subosito/flutter-action@v2
27
- with:
+ with:
28
flutter-version: '3.2.0'
29
channel: 'stable'
30
31
- run: flutter pub get
32
- - run: flutter build web --release --base-href "/MeshMapper_Flutter_App/"
+ - run: flutter build web --release --base-href "/"
33
34
- uses: actions/configure-pages@v4
35
0 commit comments