Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,14 @@ This organization contains doc build artifacts for Hugging Face open source libr
|
|
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).
|
|
|
15 |
|
16 |
### When a PR gets merged to main
|
17 |
|
18 |
+
See example github action run [here](https://github.com/huggingface/transformers/actions/runs/6545293440/job/17773457744).
|
19 |
+
|
20 |
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).
|
21 |
2. [hf.co/docs](hf.co/docs) pulls updates from [hf-doc-build/doc-build](https://huggingface.co/datasets/hf-doc-build/doc-build).
|
22 |
|
23 |
### When a new PR is opened
|
24 |
|
25 |
+
See example [here](https://github.com/huggingface/datasets/pull/6269#issuecomment-1741178779).
|
26 |
+
|
27 |
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).
|
28 |
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).
|