Skip to content

Commit 2b71706

Browse files
committed
💚 Try to fix dart doc
1 parent 5184415 commit 2b71706

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/runnable.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
run: dart pub publish --dry-run
4848
- name: Generate docs
4949
if: matrix.flutter-version != 'min'
50-
run: dart doc --dry-run .
50+
run: |
51+
dart pub global activate dartdoc
52+
dart pub global run dartdoc
5153
5254
test_iOS:
5355
needs: analyze

0 commit comments

Comments
 (0)