Skip to content

Commit

Permalink
Add cd into example
Browse files Browse the repository at this point in the history
  • Loading branch information
GroovinChip committed May 2, 2021
1 parent 3761559 commit 7dc28be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
with:
channel: stable
- run: flutter pub get
- run: flutter build web
- run: |
cd example
flutter build web
- name: Archive Production Artifact
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 7dc28be

Please sign in to comment.