Skip to content

refactor(slurm): move NCCL and runtime configs from template to confi… #22

refactor(slurm): move NCCL and runtime configs from template to confi…

refactor(slurm): move NCCL and runtime configs from template to confi… #22

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": "prime-rl", "ref": "${{ github.sha }}"}'