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
Hide 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
...
@@ -46,7 +46,7 @@ deploy_doc "6f5a12a" v2.7.0
...
@@ -46,7 +46,7 @@ deploy_doc "6f5a12a" v2.7.0
deploy_doc
"11c3257"
v2.8.0
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
deploy_doc
"b42586e"
v2.11.0
deploy_doc
"7fb8bdf"
v3.0.2
deploy_doc
"7fb8bdf"
v3.0.2
deploy_doc
"4b3ee9c"
v3.1.0
deploy_doc
"4b3ee9c"
v3.1.0
...
...
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