gitignore outputs
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -7,3 +7,5 @@ vendor
|
||||
firebase-debug.log
|
||||
/**/node_modules
|
||||
/json-resume/resume.json
|
||||
/json-resume/resume.*.html
|
||||
/json-resume/resume.*.pdf
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user