Best of GitHub Actions — March 2024
- 1
- 2
- 3
ProAndroidDev·2y
How to build a documentation website for your project
Learn how to build and deploy a documentation website for your project using mkdocs, Dokka, and GitHub Actions. Discover how to generate API documentation and customize the website with mkdocs. Explore two solutions for deployment: GitHub Pages and building a Docker image.
- 4
- 5
- 6
- 7
A Java geek·2y
Using my new Raspberry Pi to run an existing GitHub Action
The post discusses the process of migrating from a GitHub runner to a self-hosted runner in GitHub Actions. It highlights the need for setting up separate jobs for repositories, installing Docker on the runner, configuring environment variables, handling secrets, and using out-of-the-box scripts for making the runner a service.