From 42bce9501a19fc1f4c514a76d10a504597b2e926 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:28:57 +0100 Subject: [PATCH] Pass notebook_folder to build notebook docs (#671) --- .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 ab96066c3..de6d3174b 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -20,6 +20,7 @@ jobs: commit_sha: ${{ github.sha }} package: smolagents languages: en + notebook_folder: smolagents_doc # additional_args: --not_python_module # use this arg if repository is documentation only secrets: token: ${{ secrets.HUGGINGFACE_PUSH }}