This commit is contained in:
Nathan Lambert
2023-08-29 12:44:34 -07:00
parent 8903d4aff8
commit e329a432ae
6 changed files with 70 additions and 1 deletions
@@ -0,0 +1,16 @@
name: Upload PR Documentation
on:
workflow_run:
workflows: ["Build PR Documentation"]
types:
- completed
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
with:
package_name: rlhf-handbook
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}