Skip to content
Snippets Groups Projects
Commit ec8c6ff9 authored by Carrie A Brown's avatar Carrie A Brown
Browse files

fixed .gitlab-ci.yml errors

parent a6689952
No related branches found
No related tags found
1 merge request!59Globus edits
...@@ -18,7 +18,7 @@ test: ...@@ -18,7 +18,7 @@ test:
before_script: before_script:
- curl -L -o - ${HUGO_TARBALL} | tar -zxv -C /usr/local/bin - curl -L -o - ${HUGO_TARBALL} | tar -zxv -C /usr/local/bin
script: script:
- hugo --ignoreCache -v - hugo -v
deploy: deploy:
stage: deploy stage: deploy
...@@ -30,6 +30,6 @@ deploy: ...@@ -30,6 +30,6 @@ deploy:
tags: tags:
- docs-test - docs-test
script: script:
- hugo --ignoreCache -b ${BASE_URL} -v - hugo -b ${BASE_URL} -v
- pandoc -s content/facilities.md -o public/facilities.docx - pandoc -s content/facilities.md -o public/facilities.docx
- rsync -avz --delete public/ $DEPLOY_ROOT - rsync -avz --delete public/ $DEPLOY_ROOT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment