slpkg/.gitlab-ci.yml
Dimitris Zlatanidis b7f938c0f3 Remove test
2023-06-12 10:12:09 +03:00

24 lines
349 B
YAML

image: python:3.8-buster
before_script:
- pip install -r requirements.txt
#test:
# stage: test
# only:
# - site
# script:
# - mkdocs build --strict --verbose --site-dir test
# artifacts:
# paths:
# - test
pages:
stage: deploy
only:
- site
script:
- mkdocs build --strict --verbose
artifacts:
paths:
- public