Skip to content

Commit

Permalink
🐛 fix #77 publish-docs.sh should fail properly
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Aug 30, 2017
1 parent 75e0920 commit 47ed5e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions publish-docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
set -e

yarn docs
VERSION_TO_MINOR=$(echo $CIRCLE_TAG | sed -E 's/\.[0-9]+$//')
rm -rf docs/immutadot/$VERSION_TO_MINOR
Expand Down

0 comments on commit 47ed5e6

Please sign in to comment.