Skip to content

Commit

Permalink
Update publish.yaml (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Oct 25, 2024
1 parent 58b5212 commit 1308aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
flutter: true
skipTests: true
force: true
- run: flutter pub global activate dartdoc
- run: dart pub global activate dartdoc

# Generate docs
- run: dartdoc
- run: dart doc .

# Upload docs to S3
- name: S3 Upload
Expand Down

0 comments on commit 1308aca

Please sign in to comment.