Skip to content

Commit

Permalink
Update post-release script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjodah committed Oct 26, 2018
1 parent ce84d66 commit d364206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ deploy
.ipython/
.jupyter/*
!.jupyter/jupyter_notebook_config.py
example.png
3 changes: 3 additions & 0 deletions scripts/update-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ if [[ -d $tmpdir/.gh-pages-skeleton ]]; then
fi
touch .nojekyll
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 d364206

Please sign in to comment.