feat: with fix
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-11 14:13:27 +01:00
parent 5dbaf3c87f
commit 999cc9d59f
12 changed files with 34 additions and 17 deletions

View File

@@ -219,7 +219,7 @@ impl HtmxBuild {
)
.with_directory(
"/mnt/app/target/site",
builder_image.directory(format!("/mnt/src/target/site")),
builder_image.directory("/mnt/src/target/site".to_string()),
)
.with_file(
"/mnt/app/Cargo.toml",