GAMA / peft-main /.github /workflows /build_documentation.yml
Sonal Kumar
first commit
ed7a497
raw
history blame
No virus
365 Bytes
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: peft
notebook_folder: peft_docs
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}