Adds a git pull instruction to the documentation builder (#14597)
* Adds a git pull instruction * master -> main
This commit is contained in:
1
.github/workflows/build_documentation.yml
vendored
1
.github/workflows/build_documentation.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user