Skip to content
Snippets Groups Projects
Commit d5e8d573 authored by Eliott Sammier's avatar Eliott Sammier
Browse files

Merge branch '2-gitlab-deploy'

parents eec84560 5d1bcdd3
No related branches found
No related tags found
No related merge requests found
Pipeline #1951 failed
# From template at https://gitlab.com/pages/hugo
default:
image: "${CI_TEMPLATE_REGISTRY_HOST}/pages/hugo/hugo_extended:0.128.1"
variables:
GIT_SUBMODULE_STRATEGY: recursive # include Hugo themes
HUGO_ENV: production
test:
script:
- cd macao
- hugo
rules:
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
pages:
script:
- cd macao
- hugo
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment: production
[submodule "macao/themes/hugo-pure"]
path = macao/themes/hugo-pure
url = https://github.com/undus5/hugo-pure
[submodule "macao/themes/hugo-book"]
path = macao/themes/hugo-book
url = https://github.com/alex-shpak/hugo-book
Subproject commit 7a5828acd1571a44726b54665de19b3828cd3916
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment