updating workflow
This commit is contained in:
parent
82883db972
commit
425c8e2cb0
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -20,14 +20,11 @@ jobs:
|
||||
run: |
|
||||
flutter config --enable-web
|
||||
flutter pub get
|
||||
|
||||
- name: Build
|
||||
run: cd example && flutter build web
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# personal_token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||
publish_dir: ./example/build/web
|
||||
|
Loading…
Reference in New Issue
Block a user