Sync with master #41

Merged
rogs merged 2 commits from sync-with-master into fr-translation 2025-04-03 10:09:08 -03:00
Showing only changes of commit 72b750518d - Show all commits

View File

@ -1,5 +1,19 @@
image: alpine:latest 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
- fr-translation
deploy: deploy:
stage: deploy stage: deploy
before_script: before_script: