|
You are here |
msfjarvis.dev | ||
| | | | |
fanrongbin.com
|
|
| | | | | [AI summary] This article presents a GitHub Actions workflow that automatically downloads, takes character samples, and subsets various Chinese, Japanese, and Korean fonts for a website. | |
| | | | |
rmoff.net
|
|
| | | | | [AI summary] The author demonstrates how to use GitHub Actions to automatically schedule and build future-dated posts on a static Hugo blog hosted on GitHub Pages. | |
| | | | |
davquar.it
|
|
| | | | | A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages. | |
| | | | |
eklausmeier.goip.de
|
|
| | | Steps to host static content on GitHub: 1. create repo with name user.github.io, 2. Store your content under root, 3. Add CI yaml file. | ||