try to fix CI to render website aesthetics
This commit is contained in:
parent
6e3a473d55
commit
43dc30a3db
|
@ -11,13 +11,13 @@ test:
|
|||
script:
|
||||
- hugo
|
||||
except:
|
||||
- main
|
||||
- master
|
||||
|
||||
pages:
|
||||
script:
|
||||
- hugo
|
||||
- hugo --environment production
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- main
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue