From 3698e79ac5ea869e2e1ac9d22e8c84af8a99b57a Mon Sep 17 00:00:00 2001 From: nateraw Date: Wed, 4 Jan 2023 12:33:40 -0500 Subject: [PATCH] :bug: fix github source links in hf docs --- .github/workflows/build_documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index b7d1f895..167b7d61 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -16,5 +16,6 @@ jobs: package_name: timm repo_owner: rwightman path_to_docs: pytorch-image-models/hfdocs/source + version_tag_suffix: "" secrets: token: ${{ secrets.HUGGINGFACE_PUSH }} \ No newline at end of file