From d4d915caf388118c23749ec6c342dca36a4837c5 Mon Sep 17 00:00:00 2001 From: nateraw Date: Mon, 3 Oct 2022 17:03:11 -0400 Subject: [PATCH] :construction: update path_to_docs in pr doc builder workflow --- .github/workflows/build_pr_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 07506b10..0020570a 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -16,4 +16,4 @@ jobs: package: pytorch-image-models package_name: timm repo_owner: rwightman - path_to_docs: hfdocs/source \ No newline at end of file + path_to_docs: pytorch-image-models/hfdocs/source \ No newline at end of file