Skip to content

Commit

Permalink
fix(cd): fixed docs deploy failure
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun committed Jan 25, 2024
1 parent a913e5c commit 08e893b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: dart-lang/[email protected]

- name: 🧬 Generate docs
run: dartdoc --output docs
run: dart doc --output docs

- name: 🌳 tree
run: tree
Expand Down

0 comments on commit 08e893b

Please sign in to comment.