From 78963049dae2409cf71fa5ed9902e39f014256fc Mon Sep 17 00:00:00 2001 From: Anne Tipka <tipka.anne@gmail.com> Date: Wed, 25 Nov 2020 12:35:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a46716..9a1c4c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,20 +1,9 @@ image: python:3.7-alpine -test: - stage: test - script: - - pip install -U sphinx - - sphinx-build -b html . public - only: - - branches - except: - - master - pages: stage: deploy script: - - pip install -U sphinx - - sphinx-build -b html . public + - cp -r Documentation/html public artifacts: paths: - public -- GitLab