Cache page assets during CI/CD

This commit is contained in:
Deon George 2025-01-04 17:29:44 +11:00
parent f7946d4289
commit 147c770699

@ -25,7 +25,7 @@ jobs:
# If we have a proxy use it
if [ -n "${HTTP_PROXY}" ]; then echo "HTTP PROXY [${HTTP_PROXY}]"; sed -i -e s'/https/http/' /etc/apk/repositories; fi
# Some pre-reqs
apk add git nodejs npm
apk add git nodejs npm tar
## Some debugging info
# env|sort