test1
All checks were successful
Sync To /home/ubuntu/gfps / sync (push) Successful in 1s

This commit is contained in:
魏风
2026-05-02 11:09:31 +08:00
parent 282135addb
commit e6b4e86f56

View File

@@ -2,9 +2,8 @@ name: Sync To /home/ubuntu/gfps
on:
push:
paths:
- "**/*.md"
workflow_dispatch:
branches:
- main
jobs:
sync:
@@ -29,3 +28,10 @@ jobs:
git fetch --prune origin
git reset --hard "${{ github.sha }}"
git clean -fd
- name: Rebuild gfps index
shell: bash
run: |
set -e
sudo -u nanobot -H /home/nanobot/nanobot/.venv/bin/python \
/home/nanobot/.nanobot/workspace/skills/gfps-kb/gfps_kb.py index