chore: fix CI

This commit is contained in:
Ralph Khreish
2025-08-19 16:09:08 +02:00
parent 7ceba2f572
commit 8a991587f1

View File

@@ -5,9 +5,9 @@ on:
branches: branches:
- next - next
paths-ignore: paths-ignore:
- 'apps/docs/**' - "apps/docs/**"
- '*.md' - "*.md"
- '.github/workflows/**' - ".github/workflows/**"
jobs: jobs:
update-docs: update-docs:
@@ -58,14 +58,16 @@ jobs:
with: with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
timeout_minutes: "30" timeout_minutes: "30"
mode: "auto" mode: "agent"
experimental_allowed_domains: | experimental_allowed_domains: |
.anthropic.com .anthropic.com
.github.com .github.com
api.github.com api.github.com
.githubusercontent.com .githubusercontent.com
registry.npmjs.org registry.npmjs.org
prompt: | .task-master.dev
base_branch: "next"
direct_prompt: |
You are a documentation specialist. Analyze the recent changes pushed to the 'next' branch and update the documentation accordingly. You are a documentation specialist. Analyze the recent changes pushed to the 'next' branch and update the documentation accordingly.
Recent changes: Recent changes: