1
Fork 0

Use arch for site building

This lets me use the latest hugo version, which is the same as what I use locally.
This commit is contained in:
Jake Howard 2022-04-15 11:12:04 +01:00
parent bc454b7a37
commit f12dd0c674
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -24,10 +24,10 @@ install:
expire_in: 30 mins
build:
image: node:alpine
image: archlinux
stage: build
before_script:
- apk add --no-cache hugo git
- pacman -S --noconfirm hugo git npm nodejs
script:
- ./scripts/release.sh
artifacts: