Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Sep 22, 2024
1 parent d490cbf commit 9fe67f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
prefix-key: "3"

- name: cargo doc
run:
cargo doc -p freya-components-docs \
run: >
cargo doc -p freya-components-docs
cargo doc --no-deps --workspace
- name: Upload to Deno Deploy
Expand Down

0 comments on commit 9fe67f5

Please sign in to comment.