diff --git a/.github/workflows/llms.yaml b/.github/workflows/llms.yaml index fb12f9a..e8f468f 100644 --- a/.github/workflows/llms.yaml +++ b/.github/workflows/llms.yaml @@ -30,6 +30,6 @@ jobs: run: | git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git add nbs/llms-ctx.txt nbs/apilist.txt + git add nbs/llms-ctx.txt nbs/apilist.txt nbs/llms.txt nbs/llms-ctx-full.txt git commit -m "Auto-update API lists and context files" || echo "No changes to commit" git push