From f46668282bd5dca2d03dd4c59ed350da24ae5492 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Fri, 10 Dec 2021 15:03:17 -0500 Subject: [PATCH] Fix path for notebooks --- .github/workflows/build_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index f7df48aceb..0fa5224f91 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -90,7 +90,7 @@ jobs: cd notebooks if [[ `git status --porcelain` ]]; then - git add build + git add transformers_doc git commit -m "Updated Transformer doc notebooks with commit ${{ github.sha }}" git push origin master else