From 68a2fe06b91fe2da0b732945cc0b73e7c56a02de Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Wed, 1 Jan 2020 23:56:37 -0600
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8aaab6..e99c252 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,8 @@ before_script:
 
 deploy:
   script:
-  - singularity run 'docker://monachus/hugo' hugo && hugo deploy aws --maxDeletes -1
+  - singularity run 'docker://monachus/hugo' hugo
+  - singularity run 'docker://monachus/hugo' hugo deploy aws --maxDeletes -1
   artifacts:
     paths:
     - public
-- 
GitLab