Skip to content

Commit e4b7ee8

Browse files
authored
Fix formatting and update deploy.yml for GitHub Pages
1 parent 055e6a7 commit e4b7ee8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,23 @@ permissions:
1212

1313
concurrency:
1414
group: "pages"
15-
cancel-in-progress: false
15+
cancel-in-progress: false
1616

17-
jobs:
17+
jobs:
1818
deploy:
1919
runs-on: ubuntu-latest
2020
environment:
2121
name: github-pages
22-
url: ${{ steps.deployment. outputs. page_url }}
23-
steps:
24-
- uses: actions/checkout@v4
22+
url: ${{ steps.deployment. outputs.page_url }}
23+
steps:
24+
- uses: actions/checkout@v4
2525

2626
- uses: subosito/flutter-action@v2
2727
with:
28-
flutter-version: '3.2.0'
2928
channel: 'stable'
3029

3130
- run: flutter pub get
32-
- run: flutter build web --release --base-href "/"
31+
- run: flutter build web --release --base-href "/"
3332

3433
- uses: actions/configure-pages@v4
3534

0 commit comments

Comments
 (0)