We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a198843 commit 1916920Copy full SHA for 1916920
1 file changed
.dagger/src/index.ts
@@ -133,12 +133,9 @@ export class AtomicServer {
133
134
@func()
135
docsFolder(): Directory {
136
- const cargoHomeCache = dag.cacheVolume("mdbook_cargo_home_cache");
137
-
138
const mdBookContainer = dag
139
.container()
140
.from(RUST_IMAGE)
141
- .withMountedCache("/usr/local/cargo/registry", cargoHomeCache)
142
.withExec(["cargo", "install", "mdbook"])
143
.withExec(["cargo", "install", "mdbook-linkcheck"]);
144
0 commit comments