From a6fdc0e0595b9003784510ed7257756d0ae48e25 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Tue, 30 Dec 2025 11:15:45 +0900 Subject: [PATCH] FEAT(docs): add source-hash annotation to docs dep - Enables ArgoCD to detect source code changes in asset/ folder - Update this annotation value when docusaurus source changes --- docusaurus/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docusaurus/deployment.yaml b/docusaurus/deployment.yaml index c3165dd..cb18efc 100644 --- a/docusaurus/deployment.yaml +++ b/docusaurus/deployment.yaml @@ -14,6 +14,8 @@ spec: metadata: labels: app: docusaurus + annotations: + docusaurus/source-hash: "2024-12-30-v1" spec: initContainers: - name: build-docusaurus