A friend and I thought that it would be a great idea to put learn resources into a simple, static website full of bookmarks. Static Marks by Darek Kay is used to create this simple site using yaml files inside files folder.
In the past this was done with GitLab CI. As we tried to learn a bit about GitHub Actions, the pipeline is hosted here now. The pipeline itself is very simple: it fetches the code inside an Ubuntu runner, sets Node.js up, installs Static Marks, and generates and deploys to a different branch gh-pages, which is published and accessible from a GitHub subdomain.
For the moment it's private, but it may be opened in the future. We will update the README accordingly.