Skip to content

Commit

Permalink
ci: use stable channel
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Mar 7, 2021
1 parent fd0860f commit 4965051
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: subosito/[email protected]
with:
channel: dev
- run: flutter config --enable-web
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- run: cd flutter_highlight/example && flutter pub get && flutter build web
- uses: peaceiris/[email protected]
env:
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./flutter_highlight/example/build/web
- uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./flutter_highlight/example/build/web

0 comments on commit 4965051

Please sign in to comment.