mirror of
https://github.com/wassname/peft.git
synced 2026-08-28 12:53:17 +08:00
18 lines
365 B
YAML
18 lines
365 B
YAML
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 }} |