Skip to content

Commit

Permalink
About to release v0.11.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Jul 26, 2018
1 parent 51d24ff commit 21def3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ if [[ -d $tmpdir/.gh-pages-skeleton ]]; then
cp -r $tmpdir/.gh-pages-skeleton/. .
fi
if [[ "$tag" == v* ]]; then
if [[ -L latest ]]; then
rm latest
fi
ln -s $tag latest
commit_msg="Release docs for $tag"
else
Expand Down

0 comments on commit 21def3e

Please # to comment.