tbreuss / mithril-by-examples

Learn Mithril.js by seeing, reviewing, and running up-to-date code examples
https://mithril-by-examples.js.org
MIT License
10 stars 8 forks source link

Add GitHub Action for Build & Deploy #6

Closed tbreuss closed 2 years ago

tbreuss commented 2 years ago

Add a GitHub action to build and deploy the website.

Building:

Deploy:

A step by step tutorial could be found here: https://dev.to/koddr/automate-that-a-practical-guide-to-github-actions-build-deploy-a-static-11ty-website-to-remote-virtual-server-after-push-d19

tbreuss commented 2 years ago

Done