Add gitlab-ci.yml for Pages
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
a51a42aa9a
commit
b7ba2f2431
19
.gitlab-ci.yml
Normal file
19
.gitlab-ci.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user