try to fix CI to render website aesthetics

This commit is contained in:
Vicky Steeves 2020-10-14 21:47:13 +00:00
parent 6e3a473d55
commit 43dc30a3db
1 changed files with 5 additions and 5 deletions

View File

@ -9,15 +9,15 @@ variables:
test:
script:
- hugo
- hugo
except:
- main
- master
pages:
script:
- hugo
- hugo --environment production
artifacts:
paths:
- public
- public
only:
- main
- master