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
f5a080dd
Unverified
Commit
f5a080dd
authored
Mar 08, 2022
by
Sylvain Gugger
Committed by
GitHub
Mar 08, 2022
Browse files
Do a pull in case docs were updated during build (#15922)
parent
91fb62d0
Changes
1
Hide 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 @
f5a080dd
...
...
@@ -97,6 +97,7 @@ jobs:
cd doc-build &&
if [[ `git status --porcelain` ]]; then
git add . &&
git stash && git pull && git stash apply &&
git commit -m "Updated with commit ${{ github.sha }} \n\nSee: https://github.com/huggingface/transformers/commit/${{ github.sha }}" &&
git push origin main
else
...
...
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