elect86 / magik

Maven Artifacts on Github International for Kotlin
Apache License 2.0
43 stars 6 forks source link

Any examples using this with Github Actions publishing to Github Pages? #5

Open sanity opened 1 year ago

sanity commented 1 year ago

This seems like it would be a common usecase.

elect86 commented 1 year ago

Github Actions would just need to execute the publish task. But the publishing to Github Pages has to be implemented (but right now I don't have time/capacity unfortunately)

Also, Github Pages is an inferior choice compared to a vanilla Github repo

elect86 commented 3 months ago

@sanity I could add an option to publish to Github Pages and then you would just call this task from Github Actions, would this suffice?