修改cicd 生成的文档指向 /home/ubuntu/.nanobot/workspace/gfps
All checks were successful
Sync To /home/ubuntu/.nanobot/workspace/gfps / sync (push) Successful in 1s

This commit is contained in:
魏风
2026-05-01 22:31:16 +08:00
parent 6fb326d69a
commit c95e9d2a07
2 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: Sync To /home/ubuntu/gfps
name: Sync To /home/ubuntu/.nanobot/workspace/gfps
on:
push:
@@ -14,7 +14,7 @@ jobs:
shell: bash
run: |
set -e
TARGET=/home/ubuntu/gfps
TARGET=/home/ubuntu/.nanobot/workspace/gfps
REPO="http://oauth2:${{ gitea.token }}@172.17.0.1:3000/${{ github.repository }}.git"
mkdir -p "$TARGET"