Skip to content

Commit

Permalink
Update with --no-deps skip
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Jan 24, 2024
1 parent 7037079 commit 60a862c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
shared-key: "rust-cache-macos-docs"
- name: Build documentation
run: cargo doc
run: cargo doc --no-deps
env:
SCCACHE_GHA_ENABLED: true
RUSTC_WRAPPER: sccache

0 comments on commit 60a862c

Please sign in to comment.