mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 10:34:06 +00:00
Actually put manifests in monthly folders, not daily
This commit is contained in:
@@ -53,7 +53,7 @@ def get_manifest_timestamp(manifest_file: Path) -> str:
|
|||||||
|
|
||||||
|
|
||||||
def get_manifest_month(manifest_file: Path) -> str:
|
def get_manifest_month(manifest_file: Path) -> str:
|
||||||
return get_manifest_timestamp(manifest_file)[:10]
|
return get_manifest_timestamp(manifest_file)[:7]
|
||||||
|
|
||||||
|
|
||||||
def remove_old_manifests(wiki_dir: Path) -> None:
|
def remove_old_manifests(wiki_dir: Path) -> None:
|
||||||
|
Reference in New Issue
Block a user