From 88f9970861e0d00218c153dc8ff6c514a7b3cee8 Mon Sep 17 00:00:00 2001 From: John Halazonetis Date: Mon, 20 Feb 2023 09:45:46 +0100 Subject: [PATCH] Updated CI to only change docs on documentation branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 097f632..cb149cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: python:latest pages: stage: deploy only: - - main + - documentation script: - pip install mkdocs-material - mkdocs build --site-dir public