updating workflow

This commit is contained in:
Rody Davis 2021-04-05 14:07:16 -04:00
parent 82883db972
commit 425c8e2cb0

View File

@ -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