/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

msfjarvis.dev
| | jmsbrdy.com
1.6 parsecs away

Travel
| |
| | davquar.it
1.3 parsecs away

Travel
| | 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.
| | fanrongbin.com
1.1 parsecs away

Travel
| | [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.
| | www.blog.pythonlibrary.org
10.8 parsecs away

Travel
| When you are working on your personal or work projects in Python, you usually want to have a way to enforce code standards. You can use tools like Flake8,