This commit is contained in:
Sourab Mangrulkar
2023-03-24 13:16:26 +05:30
parent 098962fa65
commit 3d00af4799
14 changed files with 749 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Build documentation
on:
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: accelerate
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}