Skip to content

Commit 5565b37

Browse files
authored
integrate docs debugging (#516)
change docs upload to xet-protocol rather than xet-upload
1 parent f089514 commit 5565b37

File tree

4 files changed

+4
-14
lines changed

4 files changed

+4
-14
lines changed

.github/workflows/build_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
commit_sha: ${{ github.sha }}
1616
package: xet-core
17-
package_name: xet-spec
17+
package_name: xet-protocol
1818
additional_args: --not_python_module
1919
secrets:
2020
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

.github/workflows/build_pr_documentation.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,11 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
jobs:
13-
debug-workflow-name:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- name: Echo workflow metadata
17-
run: |
18-
echo "github.workflow = ${{ github.workflow }}"
19-
echo "github.workflow_ref = ${{ github.workflow_ref }}"
20-
echo "github.workflow_sha = ${{ github.workflow_sha }}"
21-
echo "github.run_id = ${{ github.run_id }}"
22-
echo "github.event_name = ${{ github.event_name }}"
23-
echo "github.event.number = ${{ github.event.number }}"
2413
build:
2514
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
2615
with:
2716
commit_sha: ${{ github.event.pull_request.head.sha }}
2817
pr_number: ${{ github.event.number }}
2918
package: xet-core
30-
package_name: xet-spec
19+
package_name: xet-protocol
3120
additional_args: --not_python_module

.github/workflows/upload_pr_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
uses: huggingface/doc-builder/.github/workflows/upload_pr_documentation.yml@main
1111
with:
12-
package_name: xet-spec
12+
package_name: xet-protocol
1313
secrets:
1414
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
1515
comment_bot_token: ${{ secrets.COMMENT_BOT_TOKEN }}

docs/source/xorb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,4 @@ for chunk in xorb.chunks:
132132
## Xorb Format Sample
133133

134134
For a sample of a serialized xorb object see [eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632.xorb](https://huggingface.co/datasets/xet-team/xet-spec-reference-files/blob/main/eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632.xorb).
135+
The hash of this xorb is `eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632` and it is composed of chunks from file [Electric_Vehicle_Population_Data_20250917.csv](https://huggingface.co/datasets/xet-team/xet-spec-reference-files/blob/main/Electric_Vehicle_Population_Data_20250917.csv).

0 commit comments

Comments
 (0)