Try to fix mksitedir
This commit is contained in:
parent
fe5bfa3109
commit
002184a308
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ dependencies = ["clean", "all"]
|
|||
|
||||
[tasks.mksitedir]
|
||||
workspace = false
|
||||
script = "mkdir -p ./target/site"
|
||||
script = '''
|
||||
mkdir -p ./target/site
|
||||
mkdir -p ./llama_forge_rs/target/site # TODO use env vars and iterate
|
||||
'''
|
||||
|
||||
[tasks.all]
|
||||
description = "rebuild everything"
|
||||
|
|
Loading…
Add table
Reference in a new issue