Skip to content

Commit 4965051

Browse files
committed
ci: use stable channel
1 parent fd0860f commit 4965051

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,10 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1.1.0
10-
- uses: subosito/flutter-action@v1.1.1
11-
with:
12-
channel: dev
13-
- run: flutter config --enable-web
9+
- uses: actions/checkout@v2
10+
- uses: subosito/flutter-action@v1
1411
- run: cd flutter_highlight/example && flutter pub get && flutter build web
15-
- uses: peaceiris/actions-gh-pages@v2.5.1
16-
env:
17-
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
18-
PUBLISH_BRANCH: gh-pages
19-
PUBLISH_DIR: ./flutter_highlight/example/build/web
12+
- uses: peaceiris/actions-gh-pages@v3
13+
with:
14+
github_token: ${{ secrets.GITHUB_TOKEN }}
15+
publish_dir: ./flutter_highlight/example/build/web

0 commit comments

Comments
 (0)