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: |
|
run: |
|
||||||
flutter config --enable-web
|
flutter config --enable-web
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cd example && flutter build web
|
run: cd example && flutter build web
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
# personal_token: ${{ secrets.PERSONAL_TOKEN }}
|
|
||||||
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
publish_dir: ./example/build/web
|
publish_dir: ./example/build/web
|
||||||
|
Loading…
Reference in New Issue
Block a user