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: on:
push: push:
paths: branches:
- "**/*.md" - main
workflow_dispatch:
jobs: jobs:
sync: sync:
@@ -28,4 +27,11 @@ jobs:
git fetch --prune origin git fetch --prune origin
git reset --hard "${{ github.sha }}" git reset --hard "${{ github.sha }}"
git clean -fd 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