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-pr-docs.yml 525 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
19
20
  1. name: Build PR Documentation
  2. on:
  3. pull_request:
  4. paths:
  5. - "docs/source/**"
  6. - ".github/workflows/build-pr-docs.yml"
  7. concurrency:
  8. group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
  9. cancel-in-progress: true
  10. jobs:
  11. build:
  12. uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
  13. with:
  14. commit_sha: ${{ github.event.pull_request.head.sha }}
  15. pr_number: ${{ github.event.number }}
  16. package: chat-ui
  17. additional_args: --not_python_module
Tip!

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

Comments

Loading...