aboutsummaryrefslogtreecommitdiffstats
path: root/static-builds/netlify_build.py (follow)
Commit message (Collapse)AuthorAgeLines
* Make Awaiting Workflow Run A User ResponsibilityGravatar Hassan Abouelela2022-07-12-1/+8
| | | | | | | | | | | Moves the responsibility of re-requesting a workflow run from the API to the user. This makes the requests much shorter-lived, and allows the client to control how they want to handle sleeping and retrying. This also has the benefit of removing the only real piece of async code, so now the view is completely sync once again. Signed-off-by: Hassan Abouelela <[email protected]>
* Update Netlify Build ScriptGravatar Hassan Abouelela2022-07-12-97/+28
| | | | | | Update the netlify build script to use the artifacts API from the site. Signed-off-by: Hassan Abouelela <[email protected]>
* Uses Nightly To Download ArtifactsGravatar Hassan Abouelela2021-10-10-14/+13
| | | | 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/+123
Adds an action which builds and uploads the static site as an artifact, and a fetch script to be run on the netlify builders.