You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a semi-automated solution, locally, that depends on me supplying the version string to a Python script. It also depends on me using my personal account to push and host the repo itself. But overall it takes something on the order of 2 minutes whenever a snapshot is released, so I'm not in any hurry myself to spend what will most likely be a handful of hours automating it completely. Maybe if the interest randomly strikes me at some point, I'll give it a shot just for fun.
In any case, to entertain the idea, and for possible future reference, I think we'd ideally have a GitHub app/bot account that handles the publication to some repo under a shared namespace like @MinecraftCommands.
This could be automated using a daily or weekly travis job. See https://github.com/Levertion/mcfunction-langserver/blob/6b7da801708271b0ef3e7c5960e1ad73eb4b4cf3/src/data/extractor/download.ts for an example of how this can be managed programatically.
The upload could be managed through a so called
github pages
deploy step, or through ahomebrewhomemade git based solutionThe text was updated successfully, but these errors were encountered: