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

build-docs.yml 406 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
17
18
  1. name: Build documentation
  2. on:
  3. push:
  4. branches:
  5. - main
  6. - v*-release
  7. jobs:
  8. build:
  9. uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
  10. with:
  11. commit_sha: ${{ github.sha }}
  12. package: chat-ui
  13. additional_args: --not_python_module
  14. secrets:
  15. token: ${{ secrets.HUGGINGFACE_PUSH }}
  16. hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
Tip!

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

Comments

Loading...