From 77d87e732e236dd7e9f3caa6b815d87a013a0561 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Thu, 2 Dec 2021 09:32:38 +0100 Subject: [PATCH] Adds a git pull instruction to the documentation builder (#14597) * Adds a git pull instruction * master -> main --- .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 d289e5d651..0ee0a2c565 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -43,6 +43,7 @@ jobs: run: | git config --global user.name "Hugging Face" git config --global user.email transformers@huggingface.co + git pull origin main - name: Make documentation run: |