From 180282b0f4d34be237a37f78dbd4134de5b53caa Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sun, 4 May 2025 12:42:20 +0000 Subject: [PATCH] Auto-update blog content from Obsidian: 2025-05-04 12:42:20 --- content/posts/blog-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/blog-deployment.md b/content/posts/blog-deployment.md index 7e5d9d3..153d1a2 100644 --- a/content/posts/blog-deployment.md +++ b/content/posts/blog-deployment.md @@ -40,7 +40,7 @@ The idea is simple: 3. The first action syncs the updated blog content to a separate [blog repository](https://git.vezpi.me/Vezpi/blog). 4. In the blog repository, another Gitea Action is triggered. 5. The second Gitea Action generates the static web pages while upgrading Hugo if needed -6. The blog is now updated. +6. The blog is now updated (the one you are reading). This way, I never need to manually copy files or trigger deployments. Everything flows from writing markdown in Obsidian to having a fully deployed website.