Skip to content

Add streaming observability + resume to TaskSet.validate() (#1169) #109

Add streaming observability + resume to TaskSet.validate() (#1169)

Add streaming observability + resume to TaskSet.validate() (#1169) #109

Workflow file for this run

name: Sync Docs to Public Docs
on:
push:
branches:
- main
paths:
- 'docs/**'
workflow_dispatch:
jobs:
trigger-docs-sync:
runs-on: ubuntu-latest
steps:
- name: Trigger public-docs workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.DOCS_SYNC_PAT }}
repository: PrimeIntellect-ai/public-docs
event-type: docs-updated
client-payload: '{"repo": "verifiers", "ref": "${{ github.sha }}"}'