diff --git a/app/build.py b/app/build.py index 905483d..69e4d8f 100644 --- a/app/build.py +++ b/app/build.py @@ -18,7 +18,6 @@ def html_file(filename: str, contentPath: Path): #renders markwown from filename return htmlContent def obsidian_vault(dest = "/vault"): # makes sure there is a vault in dest - # TO DO account for vault existing and not being a valid repo from git import Repo url = os.getenv("OBSIDIAN_VAULT_URL") token = os.getenv("OBSIDIAN_VAULT_TOKEN")