steren’s avatarsteren’s Twitter Archive—№ 4,895

    1. The cards (HTML elements) on steren.fr are generated from content in a JSON file (see script: github.com/steren/steren.github.com/blob/master/generate.js). I now have a GitHub Action to run the HTML generation on every push: github.com/steren/steren.github.com/blob/master/.github/workflows/gen.yml
      OpenGraph image for github.com/steren/steren.github.com/blob/master/generate.jsOpenGraph image for github.com/steren/steren.github.com/blob/master/.github/workflows/gen.yml
  1. …in reply to @steren
    It was my first real use of (the new) GitHub Actions. 🙂: - the .yml lives in my repo, - there are many pre-built actions, - it's fully managed, and free. 🙁: - Directly authoring the .yml, - Committing the .yml is the only way I found to test my workflow (no dry run?).