Files
xet-core/.github/workflows/build_documentation.yml
Assaf Vayner f0895142cb move spec to docs (#515)
publish to hub docs out of xet-core for xet-spec. Need to merge this
first before iterating to get the github workflows working right.
2025-09-29 12:37:21 -07:00

21 lines
433 B
YAML

name: Build Documentation
on:
workflow_dispatch:
push:
branches:
- main
- doc-builder*
- v*-release
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
with:
commit_sha: ${{ github.sha }}
package: xet-core
package_name: xet-spec
additional_args: --not_python_module
secrets:
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}