Skip to content

Commit

Permalink
Update path to apidocs for the change in... some plugin or other?
Browse files Browse the repository at this point in the history
(In the case of the similar problem for _Truth_, the problem was `maven-javadoc-plugin-3.10.0`. But the _Auto_ problem doesn't appear to have started with such an upgrade, so _shrug_.)

This should fix Javadoc snapshots.

Fixes ttps://github.com//issues/1832

RELNOTES=n/a
PiperOrigin-RevId: 681054579
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Oct 2, 2024
1 parent 4e9a237 commit ae89c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/generate-latest-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
git rm -rf api/latest
mkdir -p api # Just to make mv work if the directory is missing
mv ${TARGET}/site/apidocs api/latest
mv ${TARGET}/reports/apidocs api/latest
git add -A -f api/latest
git commit -m "Latest javadoc on successful CI build auto-pushed to gh-pages"
git push -fq origin gh-pages > /dev/null
Expand Down

0 comments on commit ae89c14

Please sign in to comment.