Tidbits tagged with #github (7)
I started learning github actions (and wrote about it). Not true. I was reading about them, trying to understand how they work. I invested one day, after clarifying the terms for me
I figured out that I can go as simple as using some actions from the github marketplace and be done. But I prefer to understand what's under the hood. So I did dive in and found that there are multiple repos and more, there is a power behind github actions that seems to go beyond what travis, drone or jenkins offer.
Continue reading →
Lately I thought more often about automating my blog using webmentions
and while reading the Github Actions docs, I found the following might come in handy. So I am parking that info here.
Continue reading →
I wanted to deploy to github-pages using the renamed branch "main", but it seems not to be possible with github (yet) to turn on github-pages with a branch different then "master". So I thought it might be a good time to try out github actions, maybe this will help? If not I will have learned something.
Continue reading →
This is JS (and) Crafting #4 - March 20th, 2017. Every Monday you will receive a hand-selected collection of links about JavaScript and how to craft better software. Let's get started ...
Continue reading →
surge.sh - gh-pages.next?
Continue reading →
As often as I look for this, I need to write it down. For example for my fork of github:dropping-spray, which got inspired by this tweet
and the following discussion.
Continue reading →
I found it always painful to only update the gh-pages branch for deploying to a custom domain, an easy solution is pushing a subdirectory to gh-pages branch.
Continue reading →