We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aad239 commit 7844fe4Copy full SHA for 7844fe4
util/generate-latest-docs.sh
@@ -37,6 +37,8 @@ mvn clean
37
38
mvn -P run-annotation-processor compile site
39
rsync -a docgen/target/generated-wiki/ ${GH_PAGES_DIR}
40
+# remove docs from deleted checkers
41
+rsync --delete -a docgen/target/generated-wiki/bugpattern/ ${GH_PAGES_DIR}/bugpattern/
42
43
cd $GH_PAGES_DIR
44
git add --all .
0 commit comments