/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

simonwillison.net
| | piszek.com
2.3 parsecs away

Travel
| | I have been relying on Github actions to publish my plugins to the .org repositiory for some now. It feels magical - you publish a release and it builds, zips and uploads the plugin wherever it needs to go. With WP Playground, you can take that process to another level - the moment you hitContinue reading "Live demo of your WP Plugin with GH releases and WP Playground"
| | til.simonwillison.net
1.2 parsecs away

Travel
| | I used to use a combination of actions/setup-python and actions/cache in all of my Python GitHub Actions projects in order to install Python dependencies via a cache, rather than hitting PyPI to download copies every time.
| | llm.datasette.io
2.7 parsecs away

Travel
| | [AI summary] This page explains the setup, installation, and configuration options for the LLM command-line tool, including instructions for managing API keys and integrating custom model plugins.
| | huey.xyz
9.1 parsecs away

Travel
| Triggering a GitHub action from a git push from another GitHub action. This site is a static site with a deployment pipeline that comprises various daisy-chained GitHub actions. For example, there is a GitHub action that checks my BookWyrm orreadi.com profile periodically, and updates a JSON file in the GitHub repository for this site if there are changes to the books...