try to fix CI to render website aesthetics
This commit is contained in:
parent
6e3a473d55
commit
43dc30a3db
|
@ -9,15 +9,15 @@ variables:
|
||||||
|
|
||||||
test:
|
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
|
||||||
|
|
Loading…
Reference in New Issue