LibJF/.gitlab-ci.yml

15 lines
241 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: archlinux:latest
2022-01-05 11:54:03 +01:00
stage: deploy
script:
- pacman -Sy mdbook --noconfirm
- mdbook build
2022-01-05 11:54:03 +01:00
artifacts:
paths:
- public
only:
- master