LibJF/.gitlab-ci.yml

15 lines
231 B
YAML
Raw Normal View History

2021-11-29 20:36:43 +01:00
include:
- remote: 'https://jfmods.gitlab.io/scripts/jfmod.yml'
2022-01-05 11:54:03 +01:00
pages:
image: python:3.8-buster
stage: deploy
script:
- pip install mkdocs
2022-01-05 11:54:03 +01:00
- mkdocs build
artifacts:
paths:
- public
only:
- master