Skip to content

Commit 1308aca

Browse files
authored
Update publish.yaml (#614)
1 parent 58b5212 commit 1308aca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
flutter: true
4949
skipTests: true
5050
force: true
51-
- run: flutter pub global activate dartdoc
51+
- run: dart pub global activate dartdoc
5252

5353
# Generate docs
54-
- run: dartdoc
54+
- run: dart doc .
5555

5656
# Upload docs to S3
5757
- name: S3 Upload

0 commit comments

Comments
 (0)