mirror of
https://github.com/zyllian/zyllian.github.io.git
synced 2025-05-09 18:16:43 -07:00
Update site URL
This commit is contained in:
parent
8f5acb3e96
commit
44cb77ab3f
7 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::path::Path;
|
||||
|
||||
use zoey::Site;
|
||||
use zyl::Site;
|
||||
|
||||
#[cfg(feature = "serve")]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
|
|
|
@ -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