Tag: github-workflow

  • Docker Desktop for Linux is not the same as Docker Engine

    With Docker for Desktop available for Linux (which I like), I managed to get myself confused regarding its role on my Linux-based development machine. This post clarifies a few things I discovered while triaging an issue I had trying to test my GitHub Workflows locally.

  • From Travis CI to GitHub Actions (and GitHub Pages)

    We recently migrated the continuous integration and deployment workflow for the Western Devs website from Travis CI to GitHub Actions. These are the steps I followed to get it done.