From 1010ad47c839fd8e354ba4df6a799429205f923e Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 13 Feb 2018 20:34:38 -0600 Subject: [PATCH] Building html site at same time --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0de8a5..dc53451 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ build-resume: stage: build script: - ./build-pdf-resume.sh + - ./build-html-resume.sh only: - master tags: @@ -23,4 +24,4 @@ deploy-resume: - master tags: - linux - +