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 javadoc publishing code #463

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Conversation

TheGlitch76
Copy link
Member

This publishes javadoc for the latest QM version at quiltmc.github.io/quilt-mappings/<BRANCH_NAME> (domain can be changed by an admin if they desire, i'd recommend javadoc.quiltmc.org)

Before merge someone needs to run the following code to set up the gh-pages branch:
git switch --orphan gh-pages
git commit --allow-empty -m "root commit for javadoc"
git push

(Also, yes this code is awful i'm not an infra person)

@ix0rai ix0rai added t: toolchain changes to the quilt mappings toolchain v: release targets a release version of minecraft s: tiny PRs with less than 50 lines labels Jul 5, 2023
Copy link
Member

@ix0rai ix0rai left a comment

Choose a reason for hiding this comment

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

this looks great, I definitely agree with putting javadoc on javadoc.quiltmc.org!

@ix0rai ix0rai added the final-comment-period is approved and will soon be merged if no issues are raised label Jul 6, 2023
@IotaBread IotaBread merged commit 01a969e into QuiltMC:1.20.1 Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
final-comment-period is approved and will soon be merged if no issues are raised s: tiny PRs with less than 50 lines t: toolchain changes to the quilt mappings toolchain v: release targets a release version of minecraft
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants