summary refs log tree commit diff
diff options
context:
space:
mode:
authorZach DeCook <zach.decook@bettercarpeople.com>2026-01-10 08:23:22 -0500
committerZach DeCook <zach.decook@bettercarpeople.com>2026-01-10 08:23:22 -0500
commit089604e1f05b42b35c4f7d9b5ceeefce502c8ccc (patch)
tree68711b36f2e10ff465513cd7b072de2b7f83147e
parent7d92323e12f2dd830b9d627d3c73d73a3b784315 (diff)
downloadzachdecook-resume-089604e1f05b42b35c4f7d9b5ceeefce502c8ccc.tar.gz
fix build script
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index e9da0a6..ab53344 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,5 @@
 #!/bin/bash
 PATH=$PATH:$(dirname $0)/node_modules/.bin
-cat resume.yml |python3 -c 'import json,sys;from ruamel.yaml import YAML;yaml=YAML(); print(json.dumps(yaml.load(sys.stdin)))' > resume.fresh.json
-hackmyresume convert resume.fresh.json to resume.jsr.json
+hackmyresume convert resume.json to resume.fresh.json
 hackmyresume build resume.fresh.json index.html
 hackmyresume build resume.fresh.json paper.html -t node_modules/jsonresume-theme-paper