修改cicd 生成的文档指向 /home/ubuntu/.nanobot/workspace/gfps
All checks were successful
Sync To /home/ubuntu/.nanobot/workspace/gfps / sync (push) Successful in 1s
All checks were successful
Sync To /home/ubuntu/.nanobot/workspace/gfps / sync (push) Successful in 1s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user