mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-10 02:26:45 -07:00
Update site URL
This commit is contained in:
parent
fe08da340f
commit
698cea9ab5
7 changed files with 8 additions and 8 deletions
|
@ -75,7 +75,7 @@ fn create(
|
|||
builder.build_sass().context("Failed to rebuild Sass")?;
|
||||
}
|
||||
} else if let Ok(root_path) = relative_path.strip_prefix(ROOT_PATH) {
|
||||
std::fs::copy(&path, builder.build_path.join(root_path))?;
|
||||
std::fs::copy(path, builder.build_path.join(root_path))?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue