From d1a29078c0f064ebae1be125653136eb3e926fd1 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Wed, 2 Mar 2022 04:36:19 +0100 Subject: [PATCH] Remove stash for now (#15882) --- .github/workflows/build_dev_documentation.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build_dev_documentation.yml b/.github/workflows/build_dev_documentation.yml index 5856d8e1ab..4e9f1e171a 100644 --- a/.github/workflows/build_dev_documentation.yml +++ b/.github/workflows/build_dev_documentation.yml @@ -98,7 +98,6 @@ jobs: cd doc-build-dev && git pull cd ../doc-builder doc-builder build transformers ../transformers/docs/source --build_dir ../doc-build-dev --notebook_dir ../notebooks/transformers_doc --clean --version pr_$PR_NUMBER --html - cd ../doc-build-dev && git stash && git pull && git stash apply && cd .. - name: Push to repositories run: |