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
ad2c4310
Commit
ad2c4310
authored
Feb 05, 2021
by
Lysandre
Browse files
Update doc deployment script path
parent
95a5f271
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.circleci/deploy.sh
.circleci/deploy.sh
+2
-2
No files found.
.circleci/deploy.sh
View file @
ad2c4310
...
@@ -3,7 +3,7 @@ cd docs
...
@@ -3,7 +3,7 @@ cd docs
function
deploy_doc
(){
function
deploy_doc
(){
echo
"Creating doc at commit
$1
and pushing to folder
$2
"
echo
"Creating doc at commit
$1
and pushing to folder
$2
"
git checkout
$1
git checkout
$1
pip
install
-U
.
pip
install
-U
.
.
if
[
!
-z
"
$2
"
]
if
[
!
-z
"
$2
"
]
then
then
if
[
"
$2
"
==
"master"
]
;
then
if
[
"
$2
"
==
"master"
]
;
then
...
...
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