metaknoten / knotentheme

Grav theme for metaknoten.net
https://www.metaknoten.net
MIT License
0 stars 0 forks source link

Continuous integration with Github Actions #5

Closed friedrichweise closed 2 years ago

friedrichweise commented 2 years ago

In the knotentheme.yaml the following config is set: production: false. We should ensure, that this is turned to true on the production environment. Some background information on the topic: https://learn.getgrav.org/17/security/configuration

makakken commented 2 years ago

production: 'true' <-- thats the outcome in knotentheme.yaml after the newly added build step... can you check if this is working as expected? i currently do not know how to tell to set true without the hyphens...

friedrichweise commented 2 years ago

Just found that issue ;)

#497

makakken commented 2 years ago

i've added another build step: sed -i -e "s/production: 'true'/production: true/g" knotentheme.yaml