From 694a85432a936f785ef433755c849ac6cc50ce02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Moreau?= <cem.moreau@gmail.com> Date: Thu, 7 Jun 2018 16:45:23 +0200 Subject: [PATCH] [enh] typedoc to gitlab pages --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 386be9a61..4a9fc23ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ stages: - github-sync - build + - pages - test - package - prerelease @@ -39,6 +40,17 @@ build: script: - yarn +pages: + <<: *nvm_env + stage: pages + script: + - ls public + artifacts: + untracked: true + paths: + - typedoc + + test: <<: *nvm_env stage: test -- GitLab