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

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

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