Add gitlab-ci.yml for Pages
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
nemunaire 2024-01-23 13:24:47 +01:00
parent a51a42aa9a
commit b7ba2f2431
1 changed files with 19 additions and 0 deletions

19
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,19 @@
#
# All available Hugo versions are listed under https://gitlab.com/pages/hugo/container_registry.
#
image: registry.gitlab.com/pages/hugo/hugo:latest
stages:
- build
before_script:
- git submodule init
- git submodule update
pages:
stage: build
script:
- hugo
artifacts:
paths:
- public