Explore >> Select a destination


You are here

davidyat.es
| | tom.preston-werner.com
1.1 parsecs away

Travel
| |
| | janik6n.net
1.0 parsecs away

Travel
| | Why I moved to a static site from WordPress.
| | hswolff.com
1.7 parsecs away

Travel
| | Note! Yarn has been renamed to ReptarHello everyone! I want to introduce you to my newest creation, Yarn!Yarn is a static site generator that I wrote. It was built due to my frustrations with the current static site generators available. I figured, Hey, it cant be that hard to write my own static
| | wittchen.io
59.4 parsecs away

Travel
| Recently GitHub introduced really interesting feature to their service called Actions. Actions can be used for automating various tasks related to the repositories like CI, CD, testing, deployment and whatnot. The general concept is as follows: We can create so called action, which can be based on a JavaScript project or a Docker container. We can also use existing actions in the Marketplace. Next, we can create workflow in the yml file, where we define our workflow. Workflow can consist of on a job with many steps using different actions. We can also define multiple jobs, where one depends on another. Workflows can be triggered in many ways. E.g. by push, pull request, creating issue, publishing release, scheduled event or external event.