You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
485 B
21 lines
485 B
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: pytorch-image-models
|
|
package_name: timm
|
|
repo_owner: rwightman
|
|
path_to_docs: pytorch-image-models/hfdocs/source
|
|
version_tag_suffix: ""
|
|
secrets:
|
|
token: ${{ secrets.HUGGINGFACE_PUSH }} |