mirror of
https://github.com/huggingface/xet-core.git
synced 2026-06-04 13:30:29 +08:00
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.
21 lines
433 B
YAML
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 }}
|