Skip to content

Commit 125bb91

Browse files
committed
Update web deployment workflow
1 parent 1968af8 commit 125bb91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/gh_pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: subosito/flutter-action@v2
13+
with:
14+
channel: stable
15+
flutter-version: 3.16.9
1316
- name: Update dependencies
1417
run: flutter pub upgrade
15-
- uses: bluefireteam/flutter-gh-pages@v8
18+
- uses: bluefireteam/flutter-gh-pages@v9
1619
with:
1720
workingDir: example
1821
baseHref: /flutter_custom_text/

0 commit comments

Comments
 (0)