From 071f9103512c3abdf8258e676816b882b898fdc0 Mon Sep 17 00:00:00 2001 From: Iain Learmonth Date: Fri, 8 Apr 2022 14:19:34 +0100 Subject: [PATCH] aaaaaaaaaaaaaaaaaaaa --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d481e62..03363ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ image: python:3.8-bullseye test: stage: test script: + - cp config.yaml.example config.yaml - apt update && apt install build-essential - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme @@ -13,6 +14,7 @@ test: pages: stage: deploy script: + - cp config.yaml.example config.yaml - apt update && apt install build-essential - pip install -r requirements.txt - pip install -U sphinx sphinx-press-theme