Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
95a5f271
Commit
95a5f271
authored
Feb 05, 2021
by
Lysandre
Browse files
Update doc deployment script
parent
3be965c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.circleci/deploy.sh
.circleci/deploy.sh
+1
-0
.github/conda/meta.yaml
.github/conda/meta.yaml
+2
-2
No files found.
.circleci/deploy.sh
View file @
95a5f271
...
...
@@ -3,6 +3,7 @@ cd docs
function
deploy_doc
(){
echo
"Creating doc at commit
$1
and pushing to folder
$2
"
git checkout
$1
pip
install
-U
.
if
[
!
-z
"
$2
"
]
then
if
[
"
$2
"
==
"master"
]
;
then
...
...
.github/conda/meta.yaml
View file @
95a5f271
...
...
@@ -23,7 +23,7 @@ requirements:
-
sacremoses
-
regex !=2019.12.17
-
protobuf
-
tokenizers ==0.
9.4
-
tokenizers ==0.
10.1rc1
run
:
-
python
-
numpy
...
...
@@ -35,7 +35,7 @@ requirements:
-
sacremoses
-
regex !=2019.12.17
-
protobuf
-
tokenizers ==0.
9.4
-
tokenizers ==0.
10.1rc1
test
:
imports
:
...
...
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