From 9989a4b4f20b9c659e05aa6d31540027608a2d73 Mon Sep 17 00:00:00 2001 From: "J. Fronny" Date: Tue, 30 Aug 2022 11:12:24 +0000 Subject: [PATCH] [ci] Use docs.yml --- .gitlab-ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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'