Skip to content

Commit 37895d3

Browse files
cushonError Prone Team
authored and
Error Prone Team
committed
Fix snapshot doc publishing after f1308a0
``` rsync: [sender] change_dir "/home/runner/work/error-prone/error-prone/target/site/apidocs" failed: No such file or directory (2) rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.2.7] ``` https://github.com/google/error-prone/actions/runs/11855327714/job/33039721727 PiperOrigin-RevId: 696903927
1 parent c438756 commit 37895d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/generate-latest-docs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git clone --quiet --branch=gh-pages https://x-access-token:${GITHUB_TOKEN}@githu
2828
)
2929

3030
mvn -P '!examples' javadoc:aggregate
31-
rsync -a target/site/apidocs/ ${GH_PAGES_DIR}/api/latest
31+
rsync -a target/reports/apidocs/ ${GH_PAGES_DIR}/api/latest
3232

3333
# The "mvn clean" is necessary since the wiki docs are generated by an
3434
# annotation processor that also compiles the code. If Maven thinks the code

0 commit comments

Comments
 (0)