johnnovak / illwill

A curses inspired simple cross-platform console library for Nim
Do What The F*ck You Want To Public License
398 stars 27 forks source link

✨ Added a GitHub Actions pipeline for generating docs #49

Closed hitblast closed 5 months ago

hitblast commented 5 months ago

This PR adds:

Live Demo

A preview is hosted on my fork: https://hitblast.github.io/illwill

Why?

I found this technique useful for some of my previous projects with and/or without Nim, and since this project was missing a documentation webpage, I thought it'd be useful to add one manually.

⚠️ Must enable GitHub Pages inside the project settings and select "GitHub Actions" as source.

johnnovak commented 5 months ago

Hey @hitblast, this seems interesting, thanks. Can you please point me to the generated GitHub pages using your branch? Just want to preview how it looks like before I merge this 😄

hitblast commented 5 months ago

Hey @hitblast, this seems interesting, thanks. Can you please point me to the generated GitHub pages using your branch? Just want to preview how it looks like before I merge this 😄

@johnnovak Hello! I've already mentioned the link to the preview that I've hosted, but here you go:

https://hitblast.github.io/illwill

The workflow looks like this:

https://github.com/hitblast/illwill/actions/runs/8355163831

Feel free to have a look! :D

johnnovak commented 5 months ago

@johnnovak Hello! I've already mentioned the link to the preview that I've hosted, but here you go:

Ah, my bad, getting tired.

Thanks for this, merging 🚀

hitblast commented 5 months ago

Ah, my bad, getting tired.

Thanks for this, merging 🚀

Thanks for the merge! :D