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

Ignore cache when building.

parent 75ee823a
No related branches found
No related tags found
1 merge request!118Run time
......@@ -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.
Finish editing this message first!
Please register or to comment