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

Merge branch 'master' of git.unl.edu:hcc/hcc-docs

parents 4c095de2 ca990b0c
No related branches found
No related tags found
1 merge request!59Globus edits
......@@ -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