Skip to content
Snippets Groups Projects

Fix tag.

Merged Adam Caprez requested to merge fix-tags into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -12,7 +12,7 @@ deploy:
only:
- master
tags:
- hcc-docs-test
- docs-test
script:
- hugo -v
- rsync -avz --delete public/ $DEPLOY_ROOT
Loading