Skip to content

Commit 248abb2

Browse files
committed
feat: add caching for Rust dependencies in documentation workflow
1 parent 425ff18 commit 248abb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
uses: dtolnay/rust-toolchain@v1
4040
with:
4141
toolchain: 1.86.0
42-
42+
- name: Cache dependencies
43+
uses: Swatinem/rust-cache@v2
44+
4345
- name: Build documentation
4446
run: |
4547
# Build documentation with all features

0 commit comments

Comments
 (0)