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
0148c262
Unverified
Commit
0148c262
authored
Jun 24, 2020
by
Sylvain Gugger
Committed by
GitHub
Jun 24, 2020
Browse files
Fix first test (#5255)
parent
70c1e1d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.circleci/deploy.sh
.circleci/deploy.sh
+1
-1
No files found.
.circleci/deploy.sh
View file @
0148c262
...
@@ -5,7 +5,7 @@ function deploy_doc(){
...
@@ -5,7 +5,7 @@ function deploy_doc(){
git checkout
$1
git checkout
$1
if
[
!
-z
"
$2
"
]
if
[
!
-z
"
$2
"
]
then
then
if
[
"
$2
"
!
=
"master"
]
;
then
if
[
"
$2
"
=
=
"master"
]
;
then
echo
"Pushing master"
echo
"Pushing master"
make clean
&&
make html
&&
scp
-r
-oStrictHostKeyChecking
=
no _build/html/
*
$doc
:
$dir
/
$2
/
make clean
&&
make html
&&
scp
-r
-oStrictHostKeyChecking
=
no _build/html/
*
$doc
:
$dir
/
$2
/
cp
-r
_build/html/_static
.
cp
-r
_build/html/_static
.
...
...
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