From 96109a909bb0496bcf364b17e62121d97b6d293c Mon Sep 17 00:00:00 2001 From: nateraw Date: Mon, 3 Oct 2022 13:35:44 -0400 Subject: [PATCH] :construction: update docs path --- .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 9b63f442..07506b10 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -15,4 +15,5 @@ jobs: pr_number: ${{ github.event.number }} package: pytorch-image-models package_name: timm - repo_owner: rwightman \ No newline at end of file + repo_owner: rwightman + path_to_docs: hfdocs/source \ No newline at end of file