Skip to content

Commit

Permalink
fix: cname in doc gen
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Apr 24, 2020
1 parent 048aba4 commit 5ef9146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![CD](https://github.com/jina-ai/jina/workflows/CD/badge.svg?branch=master)

Please read the documentations at https://docs.jina.ai

This repository hosts the documentation of Jina. It gets updated when [jina-ai/jina](https://github.com/jina-ai/jina/) is modified.

Expand Down
2 changes: 2 additions & 0 deletions make-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ cd ${DOC_DIR} && make html && cd -
if [[ $1 == "commit" ]]; then
cp ${DOC_DIR}/README.md ${HTML_DIR}/
cd ${HTML_DIR}
echo docs.jina.ai > CNAME
git init
git config --local user.email "[email protected]"
git config --local user.name "Jina Dev Bot"
Expand All @@ -31,6 +32,7 @@ if [[ $1 == "commit" ]]; then
elif [[ $1 == "release" ]]; then
cp ${DOC_DIR}/README.md ${HTML_DIR}/
cd ${HTML_DIR}
echo docs.jina.ai > CNAME
git init
git config --local user.email "[email protected]"
git config --local user.name "Jina Dev Bot"
Expand Down

0 comments on commit 5ef9146

Please sign in to comment.