Skip to content

Commit

Permalink
docs: versioning docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jan 3, 2021
1 parent 8396cbd commit c2626f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/make-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ HTML_DIR=${DOC_DIR}/_build/html

# backup the old version's doc as later we do make clean, they all gone.
cd ${HTML_DIR}
mkdir -p ../../bak
rsync -rzvh --ignore-missing-args ./v* ../../bak
rsync -rzvh --ignore-missing-args ./latest ../../bak
cd -
Expand Down

0 comments on commit c2626f5

Please sign in to comment.