Adds a git pull instruction to the documentation builder (#14597)

* Adds a git pull instruction

* master -> main
This commit is contained in:
Lysandre Debut
2021-12-02 09:32:38 +01:00
committed by GitHub
parent 275402bf2b
commit 77d87e732e

View File

@@ -43,6 +43,7 @@ jobs:
run: | run: |
git config --global user.name "Hugging Face" git config --global user.name "Hugging Face"
git config --global user.email transformers@huggingface.co git config --global user.email transformers@huggingface.co
git pull origin main
- name: Make documentation - name: Make documentation
run: | run: |