Remove stash for now (#15882)

This commit is contained in:
Lysandre Debut
2022-03-02 04:36:19 +01:00
committed by GitHub
parent b842d7277a
commit d1a29078c0

View File

@@ -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: |