Skip to content

Commit

Permalink
Re-enable tagged commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoh committed Jul 29, 2019
1 parent 5b3c6c6 commit 4830edd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .prepare_docs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ prepare_docs_log() {
}

# Only run for tagged commits
# if [ -z "$(git tag -l --points-at HEAD)" ]; then
#prepare_docs_log "Skipping non-tagged commit."
#exit 0
# fi
if [ -z "$(git tag -l --points-at HEAD)" ]; then
prepare_docs_log "Skipping non-tagged commit."
exit 0
fi

DOCS_DIR="./docs"
DIST_DIR="./dist/docs"
Expand Down

0 comments on commit 4830edd

Please sign in to comment.