In case anyone is using GitHub Pages to host their...
# kobweb
d
In case anyone is using GitHub Pages to host their site or were looking for a free way to host their site and weren't aware I had a blog post about it... I just updated https://bitspittle.dev/blog/2022/static-deploy#github-pages today, with an example on how to create a GitHub workflow to automatically export and deploy your site every time you push a new commit to the main branch.
Been meaning to update it for a while. The old way I had wasn't the best -- I basically had you force export the site into a
docs
subfolder and check things in manually. It's a sanctioned approach for GitHub Pages for sure, but using the GitHub CI infrastructure feels way better.
a
The host of the link you provided is
localhost
d
Haha, whoops one sec let me edit
Thanks for the heads up.
👍 1