Skip to content
Snippets Groups Projects

Revert "fixed .gitlab-ci.yml errors"

Merged Adam Caprez requested to merge lets-try-this-again into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading