Skip to content

Commit

Permalink
Don't delete orphaned bugpattern markdown files.
Browse files Browse the repository at this point in the history
Fixes #993

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=192831344
  • Loading branch information
eaftan authored and eaftan committed Apr 16, 2018
1 parent 966e86a commit c318a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/generate-latest-docs.sh
Expand Up @@ -13,8 +13,8 @@ if [ "$TRAVIS_REPO_SLUG" == "google/error-prone" ] && \
git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/error-prone $GH_PAGES_DIR > /dev/null
(
cd $GH_PAGES_DIR
rm -rf _data/bugpatterns.yaml bugpattern api/latest
mkdir -p _data bugpattern api/latest
rm -rf _data/bugpatterns.yaml api/latest
mkdir -p _data api/latest
)

mvn javadoc:aggregate -P!examples
Expand Down

0 comments on commit c318a5b

Please sign in to comment.