From a820f871ac1f01c7c39ade0589b5578c9e667e30 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 7 Feb 2026 15:18:50 -0500 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b00d5be..d5cde5a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { stage('Build / Package') { steps { - sh 'yarn add -D wrangler@latest' + sh 'yarn install' sh 'yarn docs:build' } } @@ -51,7 +51,7 @@ pipeline { stage('Deploy to Cloudflare') { steps { // Install Wrangler locally for the project - sh 'yarn add wrangler --no-save' + sh 'yarn add -D wrangler@latest' // Deploy sh "yarn wrangler pages deploy ./.vitepress/dist --project-name=${PRJ_NAME} --branch=main" } -- 2.43.0 From 4fa8d3aba679adcc16545758e023cf49847a06fc Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 7 Feb 2026 15:25:14 -0500 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=92=8C=E5=9B=BE=E6=A0=87=E7=9A=84=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 54ad38a..9a6f633 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -115,7 +115,7 @@ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= ], socialLinks: [ - {icon: 'github', link: 'https://github.com/iSharkFly-Docs/docs-isharkfly-com.git'} + {icon: 'git', link: 'https://src.isharkfly.com/iSharkFly-Docs/docs-isharkfly-com.git'} ] } }) -- 2.43.0