Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
77d87e73
Unverified
Commit
77d87e73
authored
Dec 02, 2021
by
Lysandre Debut
Committed by
GitHub
Dec 02, 2021
Browse files
Adds a git pull instruction to the documentation builder (#14597)
* Adds a git pull instruction * master -> main
parent
275402bf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/build_documentation.yml
.github/workflows/build_documentation.yml
+1
-0
No files found.
.github/workflows/build_documentation.yml
View file @
77d87e73
...
@@ -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
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment