packwiz / packwiz-website

Website for the packwiz Minecraft modpack toolset
https://packwiz.infra.link/
MIT License
1 stars 6 forks source link

Documentation around no-internal-hashes & automated GitHub Pages deployments #16

Open Stealthii opened 2 years ago

Stealthii commented 2 years ago

I tried an experiment around using no-internal-hashes for a GitHub hosted pack, whilst also generating the hashes and hosting via GitHub Pages on successful builds via Actions.

https://github.com/PepsiDogs/pepsipack/blob/main/.github/workflows/packwiz.yml

It might be nice to draft up some documentation around this process, along with a skeleton repo that can be used as a blueprint or starting point.

comp500 commented 2 years ago

I've moved this to the website repo, since this is where the majority of documentation is :)

I do already have an example modpack at https://github.com/packwiz/packwiz-example-pack, though it doesn't use no-internal-hashes. We could add a no-internal-hashes variant on a branch?