Skip to content

Commit 2f1abc2

Browse files
committed
👷 add build_documentation workflow
1 parent 3a429d0 commit 2f1abc2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Build documentation
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- doc-builder*
8+
- v*-release
9+
10+
jobs:
11+
build:
12+
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@main
13+
with:
14+
commit_sha: ${{ github.sha }}
15+
package: pytorch-image-models
16+
package_name: timm
17+
repo_owner: rwightman
18+
path_to_docs: pytorch-image-models/hfdocs/source
19+
additional_args: --not_python_module
20+
secrets:
21+
token: ${{ secrets.HUGGINGFACE_PUSH }}

0 commit comments

Comments
 (0)