Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add latest dir for javadoc #3124

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Add latest dir for javadoc #3124

merged 3 commits into from
Nov 14, 2024

Conversation

benwoo1110
Copy link
Member

No description provided.

Comment on lines 31 to 38


- name: Copy javadoc to version and latest folder
run: |
mkdir -p build/docs/javadoc-deploy/latest
mkdir -p build/docs/javadoc-deploy/${{ inputs.target_tag }}
cp -r build/docs/javadoc/* build/docs/javadoc-deploy/latest
cp -r build/docs/javadoc/* build/docs/javadoc-deploy/${{ inputs.target_tag }}

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should copy to latest on dispatch. Only the release action should do that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, maybe i should add a boolean field?

@dumptruckman dumptruckman merged commit 83b6236 into main Nov 14, 2024
3 checks passed
@benwoo1110 benwoo1110 deleted the ben/javadoc-latest branch November 14, 2024 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants