Try doing a wee cleanup

This commit is contained in:
Nikolai Rodionov
2023-05-08 14:48:02 +02:00
parent ae45b107eb
commit aa788f30bc
212 changed files with 4923 additions and 15 deletions

View File

@ -49,7 +49,7 @@ steps:
depends_on:
- clone
commands:
- hugo
- hugo -s ./src
- name: Build and push the docker image
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:80ffd53372652576fa3c36a56b351b448a025c6a
@ -192,4 +192,4 @@ steps:
image: node
commands:
- npm i markdown-spellcheck -g
- mdspell "**/*.md" -n -r
- mdspell "src/**/*.md" -n -r