Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -11,3 +11,14 @@ pinned: false
|
|
11 |
|
12 |
This organization contains doc build artifacts for Hugging Face open source libraries that get displayed at [hf.co/docs](hf.co/docs).
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
This organization contains doc build artifacts for Hugging Face open source libraries that get displayed at [hf.co/docs](hf.co/docs).
|
13 |
|
14 |
+
## How does it work?
|
15 |
+
|
16 |
+
### When a PR gets merged to main
|
17 |
+
|
18 |
+
1. [huggingface/doc-builder](https://github.com/huggingface/doc-builder) builds and pushes doc artifacts to [hf-doc-build/doc-build](https://huggingface.co/datasets/hf-doc-build/doc-build).
|
19 |
+
2. [hf.co/docs](hf.co/docs) pulls updates from [hf-doc-build/doc-build](https://huggingface.co/datasets/hf-doc-build/doc-build).
|
20 |
+
|
21 |
+
### When a new PR is opened
|
22 |
+
|
23 |
+
1. [huggingface/doc-builder](https://github.com/huggingface/doc-builder) builds and pushes doc artifacts to [hf-doc-build/doc-build-dev](https://huggingface.co/datasets/hf-doc-build/doc-build-dev).
|
24 |
+
2. [https://moon-ci-docs.huggingface.co/docs](https://moon-ci-docs.huggingface.co/docs) pulls updates from [hf-doc-build/doc-build-dev](https://huggingface.co/datasets/hf-doc-build/doc-build-dev).
|