Links to This Note5
- YAML... interested to know whether the GitHub Actions parser looks at `"on"` or ...
- Reverse Engineering Apple Music API## Making it into a GitHub Actions
- Project Ganymede- Implemented CI on GitHub Actions, so that
- Ghost 테마를 자동 배포하는 방법... 경험 개선이다. 다행히도 Ghost 2.25.5부터 GitHub Actions를 이용해 다음과 같이 Ghost 테마 ...
- Finding out Ghost version with JS... I automated theme deployment with GitHub Actions (you can find the post ...
GitHub Actions
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that build and test every pull request to your repository or deploy merged pull requests to production. Understanding GitHub Actions