Skip to content

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.

3 participants