Skip to content

Commit 7dc28be

Browse files
committed
Add cd into example
1 parent 3761559 commit 7dc28be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gh_pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
channel: stable
1818
- run: flutter pub get
19-
- run: flutter build web
19+
- run: |
20+
cd example
21+
flutter build web
2022
- name: Archive Production Artifact
2123
uses: actions/upload-artifact@master
2224
with:

0 commit comments

Comments
 (0)