Skip to content
Snippets Groups Projects
Commit f336b376 authored by Adam Caprez's avatar Adam Caprez
Browse files

Merge branch 'lets-try-this-again' into 'master'

Revert "fixed .gitlab-ci.yml errors"

See merge request !63
parents 27bcf870 5341ac4c
No related branches found
No related tags found
1 merge request!63Revert "fixed .gitlab-ci.yml errors"
......@@ -18,7 +18,7 @@ test:
before_script:
- curl -L -o - ${HUGO_TARBALL} | tar -zxv -C /usr/local/bin
script:
- hugo -v
- hugo --ignoreCache -v
deploy:
stage: deploy
......@@ -30,6 +30,6 @@ deploy:
tags:
- docs-test
script:
- hugo -b ${BASE_URL} -v
- hugo --ignoreCache -b ${BASE_URL} -v
- pandoc -s content/facilities.md -o public/facilities.docx
- rsync -avz --delete public/ $DEPLOY_ROOT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment