Try another sitedir fix

This commit is contained in:
Tristan D. 2025-02-11 16:43:39 +01:00
parent 002184a308
commit e9d6360e8c
Signed by: tristan
SSH key fingerprint: SHA256:9oFM1J63hYWJjCnLG6C0fxBS15rwNcWwdQNMOHYKJ/4

View file

@ -22,6 +22,7 @@ dependencies = ["clean", "all"]
workspace = false
script = '''
mkdir -p ./target/site
mkdir -p ../target/site
mkdir -p ./llama_forge_rs/target/site # TODO use env vars and iterate
'''
@ -70,7 +71,7 @@ args = ["leptos", "watch", "--hot-reload"]
[tasks.docset]
workspace = false
dependencies = ["make-docset", "cp-docset"]
dependencies = ["mksitedir", "make-docset", "cp-docset"]
[tasks.make-docset]
workspace = false