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
49f6e7a3
Unverified
Commit
49f6e7a3
authored
Jun 24, 2020
by
Sylvain Gugger
Committed by
GitHub
Jun 24, 2020
Browse files
Add some prints to debug (#5244)
parent
c2a26ec8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
.circleci/deploy.sh
.circleci/deploy.sh
+15
-1
No files found.
.circleci/deploy.sh
View file @
49f6e7a3
...
@@ -17,8 +17,21 @@ function deploy_doc(){
...
@@ -17,8 +17,21 @@ function deploy_doc(){
fi
fi
}
}
function
debug_custom
()
{
echo
"Head of source/_static/js/custom.js"
head
-10
source
/_static/js/custom.js
if
[
-d
"_build/html/_static"
]
;
then
echo
"Head of _build/html/_static/js/custom.js"
head
-10
_build/html/_static/js/custom.js
else
echo
"No build"
fi
}
# You can find the commit for each tag on https://github.com/huggingface/transformers/tags
# You can find the commit for each tag on https://github.com/huggingface/transformers/tags
debug_custom
deploy_doc
"master"
master
deploy_doc
"master"
master
debug_custom
deploy_doc
"b33a385"
v1.0.0
deploy_doc
"b33a385"
v1.0.0
deploy_doc
"fe02e45"
v1.1.0
deploy_doc
"fe02e45"
v1.1.0
deploy_doc
"89fd345"
v1.2.0
deploy_doc
"89fd345"
v1.2.0
...
@@ -35,4 +48,5 @@ deploy_doc "11c3257" v2.8.0
...
@@ -35,4 +48,5 @@ deploy_doc "11c3257" v2.8.0
deploy_doc
"e7cfc1a"
v2.9.0
deploy_doc
"e7cfc1a"
v2.9.0
deploy_doc
"7cb203f"
v2.9.1
deploy_doc
"7cb203f"
v2.9.1
deploy_doc
"10d7239"
v2.10.0
deploy_doc
"10d7239"
v2.10.0
deploy_doc
"b42586e"
#v2.11.0 Latest stable release
deploy_doc
"b42586e"
#v2.11.0 Latest stable release
\ No newline at end of file
debug_custom
\ No newline at end of file
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