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

@ -11,13 +11,13 @@ test:
script: script:
- hugo - hugo
except: except:
- main - master
pages: pages:
script: script:
- hugo - hugo --environment production
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- main - master