gitignore outputs

This commit is contained in:
Bel LaPointe
2022-10-18 14:27:01 -06:00
parent 56d847ea1e
commit 91d7b82988
2 changed files with 3 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ build() {
return $?
fi
cat ./resume.yaml | jq --yaml-input > resume.json
cat ./resume.yaml | gojq --yaml-input > resume.json
for theme in ${THEMES//,/ }; do
THEME=$theme build_theme