From 4d5332a6505de475d5cd47bc83a9ede38edc2ee5 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 17 Sep 2021 13:13:15 -0700 Subject: [PATCH] =?UTF-8?q?had=20master=20instead=20of=20main=20?= =?UTF-8?q?=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcd756e..1b49544 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,6 @@ # can use verions as well, like gcc:5.2 # see https://hub.docker.com/_/gcc/ - build: image: gcc stage: build @@ -32,16 +31,16 @@ plots: artifacts: paths: - public - + pages: stage: deploy dependencies: - build - plots script: - - "" + - "" artifacts: paths: - public only: - - master \ No newline at end of file + - main