mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
👷 add build_documentation workflow
This commit is contained in:
parent
3a429d04ee
commit
2f1abc2cf9
21
.github/workflows/build_documentation.yml
vendored
Normal file
21
.github/workflows/build_documentation.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name: Build documentation
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- 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
|
||||
additional_args: --not_python_module
|
||||
secrets:
|
||||
token: ${{ secrets.HUGGINGFACE_PUSH }}
|
Loading…
x
Reference in New Issue
Block a user