lvra.gitlab.io/.gitlab-ci.yml

25 lines
365 B
YAML
Raw Normal View History

2023-12-04 20:39:43 +01:00
variables:
GIT_SUBMODULE_STRATEGY: recursive
2023-12-22 10:16:24 +01:00
test-links:
image: python:latest
script:
- python3 ./test_links.py
test-build:
image: registry.gitlab.com/pages/hugo/hugo_extended
2023-12-04 20:39:43 +01:00
script:
- hugo
except:
- main
pages:
2023-12-22 10:16:24 +01:00
image: registry.gitlab.com/pages/hugo/hugo_extended
2023-12-04 20:39:43 +01:00
script:
- hugo
artifacts:
paths:
- public
only:
- main