Put rendered book in .gitgnore
Hofer-Julian opened this issue · comments
I'd suggest to put the rendered book folder to .gitignore
. Otherwise you'll just blow up your repo.
That's a great idea. But so far I was too lazy to setup a CI job that renders my hugo blog and the book and the docs of Relm4 so I just pushed the rendered versions to this repo. But if you already have an example for an GitHub pages workflow that'd be very helpful.
Thanks, that really helped me a lot!
I've made some progress with the automated build. Now the book and the blog are available on the gh-pages branch. However the docs didn't work yet because they need libadwaita to be installed. Do you know whether there is a convenient solution to get libadwaita for the github workflow?
You mean the c-library?
Mmmh, either you compile it yourself and cache it or maybe there are already pre-releases you can download on gitlab.gnome.org?
I guess the workflows are now all in place and working. I've already moved to the gh-pages branch and all my links are up as far I can tell.
Thanks, again for the suggestion and the helpful links! I think gitg will be delighted that it doesn't need to render such huge git diffs anymore 😉
Awesome! 😊