Cache page assets during CI/CD

This commit is contained in:
Deon George 2025-01-04 17:35:28 +11:00
parent 147c770699
commit 88484afed9

View File

@ -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 tar
apk add git nodejs npm tar zstd
## Some debugging info
# env|sort
@ -37,7 +37,6 @@ jobs:
# Build assets
npm i
npm run prod
ls -al public/css/app.css
# - name: Run Tests
# run: |