From af0c644c5d6b96ba2f282ca8f208945799c7ebfe Mon Sep 17 00:00:00 2001 From: nateraw Date: Thu, 6 Oct 2022 14:36:39 -0400 Subject: [PATCH] :construction_worker: remove --not_python_module flag --- .github/workflows/build_documentation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index a6e99600..54aa59b1 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -16,6 +16,5 @@ jobs: package_name: timm repo_owner: rwightman path_to_docs: pytorch-image-models/hfdocs/source - additional_args: --not_python_module secrets: token: ${{ secrets.HUGGINGFACE_PUSH }} \ No newline at end of file