Merge branch 'master' of gitlab.com:rogs/yams.media into add-env-documentation

This commit is contained in:
Roger Gonzalez 2025-03-30 10:13:22 -03:00
commit ea0932b895
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -1,5 +1,19 @@
image: alpine:latest
stages:
- test
- deploy
test_build:
stage: test
image: klakegg/hugo:0.111.3-ext-alpine-ci
script:
- hugo version
- hugo --minify
only:
- merge_requests
- master
deploy:
stage: deploy
before_script: