From 6c3d02a7e51ef834aa042cd2041709c04e6f8a44 Mon Sep 17 00:00:00 2001 From: nateraw Date: Mon, 3 Oct 2022 13:25:21 -0400 Subject: [PATCH] :construction: update inputs to build_pr_documentation workflow --- .github/workflows/build_pr_documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 9c482c5c..9b63f442 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -13,5 +13,6 @@ jobs: with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }} - package: timm + package: pytorch-image-models + package_name: timm repo_owner: rwightman \ No newline at end of file