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 started working on this on my local fork, mostly to familiarise myself with Github Actions, but the latest Ubuntu version they provide workers for is 20.04 LTS which doesn't ship with gtk4. I've read they'll have Ubuntu 22.04 LTS in preview state some time in May, so I guess this is on hold until then.
I usually use peaceiris/actions-gh-pages for publishing docs since it handles a lot from checking whether anything actually changed to removing all commits from the branch so it doesn't clog cloning (and many more):
Currently, the documentation at https://hugopl.github.io/gtk4.cr/ is made "manually", I mean... every time I need to update it I do:
These are simple and static steps that can be automatized by a github actions that runs every time a new tag is created in the repository.
The text was updated successfully, but these errors were encountered: