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:
|
2022-03-27 12:20:22 +02:00
|
|
|
- pip install mkdocs
|
2022-01-05 11:54:03 +01:00
|
|
|
- mkdocs build
|
|
|
|
artifacts:
|
|
|
|
paths:
|
|
|
|
- public
|
|
|
|
only:
|
|
|
|
- master
|