Skip to content

Set up Python explicitly in the slow tests workflow (#6884) #3327

Set up Python explicitly in the slow tests workflow (#6884)

Set up Python explicitly in the slow tests workflow (#6884) #3327

name: Build documentation
on:
push:
branches:
- main
- doc-builder*
- v*-release
env:
TRL_EXPERIMENTAL_SILENCE: 1
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@931031bf2b54aabb134ceb54980a6a2860a00f11 # main
with:
commit_sha: ${{ github.sha }}
package: trl
version_tag_suffix: ""
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}