From 38d1dcfc4963369b488fcfa7c998bf7ddb911f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=91=E4=B9=BE?= Date: Tue, 20 May 2025 14:03:29 +0800 Subject: [PATCH] ingress --- webs/emissary-ingress/toto.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webs/emissary-ingress/toto.sh b/webs/emissary-ingress/toto.sh index 56333e9..af17432 100644 --- a/webs/emissary-ingress/toto.sh +++ b/webs/emissary-ingress/toto.sh @@ -10,10 +10,10 @@ before_build(){ echo "------------------" ls -lhathemes/docsy/ # 添加网站访问统计 - echo '' >> ./themes/docsy/layouts/partials/favicons.html + echo '' >> ./themes/docsy/layouts/_partials/scripts/mermaid.html - log_info "./themes/docsy/layouts/partials/favicons.html 文件内容" - cat ./themes/docsy/layouts/partials/favicons.html + log_info " ./themes/docsy/layouts/_partials/scripts/mermaid.html 文件内容" + cat ./themes/docsy/layouts/_partials/scripts/mermaid.html }