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 9fe67f5 commit f7b3d52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
prefix-key: "3"

- name: cargo doc
run: >
cargo doc -p freya-components-docs
cargo doc --no-deps --workspace
run: cargo doc -p freya-components && cargo doc --no-deps --workspace

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
Expand Down

0 comments on commit f7b3d52

Please sign in to comment.