Unverified Commit 77d87e73 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

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

* Adds a git pull instruction

* master -> main
parent 275402bf
...@@ -43,6 +43,7 @@ jobs: ...@@ -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: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment