Compare commits

...

3 Commits

Author SHA1 Message Date
Shuai 433fc8c059 修改构建位置
Deploy Static Frontend / deploy (push) Failing after 7s
2026-06-20 22:32:48 +08:00
Shuai 515ab08a85 Merge branch 'main' of https://gitea.shuai.uno/Shuai/CI-CD 2026-06-20 22:18:52 +08:00
Shuai f274e91edf 123 2026-06-20 22:01:46 +08:00
2 changed files with 2 additions and 2 deletions
@@ -45,7 +45,7 @@ jobs:
-e "ssh -i ~/.ssh/id_ed25519 -p ${SERVER_PORT}" \
--exclude ".git" \
--exclude ".gitea" \
./ \
前端/ \
"${SERVER_USER}@${SERVER_HOST}:${TARGET_DIR}/"
echo "Deploy success"
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>知识指南 - 首页</title>
<title>知识指南123 - 首页</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI','Microsoft YaHei',Helvetica,Arial,sans-serif;background:#f6f8fa;color:#24292e;line-height:1.6}