diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52eda7c..9394bf4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,3 @@ include: - remote: 'https://jfmods.gitlab.io/scripts/jfmod.yml' - -pages: - image: archlinux:latest - stage: deploy - script: - - pacman -Sy mdbook --noconfirm - - mdbook build - artifacts: - paths: - - public - only: - - master + - remote: 'https://jfmods.gitlab.io/scripts/docs.yml'