aboutsummaryrefslogtreecommitdiffstats
path: root/static-builds (follow)
Commit message (Collapse)AuthorAgeLines
* Merges DockerfilesGravatar Hassan Abouelela2021-10-10-29/+1
| | | | | | | Merges the normal dockerfile with the static build one to reduce duplication. Signed-off-by: Hassan Abouelela <[email protected]>
* Fixes Caching On Docker BuildGravatar Hassan Abouelela2021-10-10-2/+2
| | | | | | | Reworks the docker build action to use buildx in all steps to make the caching work. Reduces the wait time on the fetch action. Signed-off-by: Hassan Abouelela <[email protected]>
* Adds Netlify BuildsGravatar Hassan Abouelela2021-10-10-0/+170
| | | | | Adds an action which builds and uploads the static site as an artifact, and a fetch script to be run on the netlify builders.
* Adds Static Docker BuildGravatar Hassan Abouelela2021-10-10-0/+28
Adds a docker image which performs a static build of the site.