hf_text-generation-inference/.github/workflows/upload_pr_documentation.yml

17 lines
399 B
YAML
Raw Normal View History

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: text-generation-inference
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
2024-02-16 03:58:58 -07:00
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}