huskies: merge 864
This commit is contained in:
@@ -19,5 +19,6 @@ pub(crate) fn write_story_file(root: &Path, stage: &str, filename: &str, content
|
||||
|
||||
let story_id = filename.trim_end_matches(".md");
|
||||
crate::db::ensure_content_store();
|
||||
crate::db::write_item_with_content(story_id, stage, content);
|
||||
let meta = crate::db::ItemMeta::from_yaml(content);
|
||||
crate::db::write_item_with_content(story_id, stage, content, meta);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user