Skip to content

Commit 445f2f2

Browse files
B4nanclaude
andauthored
fix(ci): update Python docs workflow filename (#2211)
## Summary - Updates the workflow dispatch target for Python repos from `build_and_deploy_docs.yaml` to `_release_docs.yaml` - The Python SDK and client repos renamed their docs deployment workflow ## Test plan - [ ] Verify the workflow runs successfully after a theme publish 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Small CI-only change that just updates a referenced workflow filename; failure mode is limited to Python docs rebuilds not triggering. > > **Overview** > After publishing `@apify/docs-theme`, the CI job that triggers docs rebuilds for `apify-sdk-python` and `apify-client-python` now dispatches `_release_docs.yaml` instead of `build_and_deploy_docs.yaml` via `gh workflow run`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 296763b. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent c1cd4e8 commit 445f2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ jobs:
132132
- env:
133133
GITHUB_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
134134
run: |
135-
gh workflow run build_and_deploy_docs.yaml --repo ${{ matrix.repo }}
135+
gh workflow run _release_docs.yaml --repo ${{ matrix.repo }}

0 commit comments

Comments
 (0)