From 195f6c49be66e66851d222f653af4da8950dff3d Mon Sep 17 00:00:00 2001 From: LJHG <674478778@qq.com> Date: Sat, 28 Dec 2024 18:25:51 +0800 Subject: [PATCH] update publish --- publish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/publish.sh b/publish.sh index aa03c79..7ca4f5f 100755 --- a/publish.sh +++ b/publish.sh @@ -1,3 +1,5 @@ +# THE publish depends on github actions. DO NOT run this script loaclly unless you insist to. + # 设置目标仓库的 URL 和分支 REPO_URL="https://${PASSWORD}@github.com/LJHG/ljhg.github.io.git" BRANCH="master" # 使用 master 作为分支名