Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

upload-pr-documentation.yml 381 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. name: Upload PR Documentation
  2. on:
  3. workflow_run:
  4. workflows: ["Build PR Documentation"]
  5. types:
  6. - completed
  7. jobs:
  8. build:
  9. uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
  10. with:
  11. package_name: chat-ui
  12. secrets:
  13. hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
  14. comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...