mirror of
https://github.com/rendercv/rendercv.git
synced 2026-03-14 12:50:48 -04:00
update run_rendercv.py
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
from rendercv.__main__ import render
|
||||
from rendercv.data_model import generate_json_schema
|
||||
import os
|
||||
|
||||
input_file_path = "John_Doe_CV.yaml"
|
||||
render(input_file_path) # type: ignore
|
||||
@@ -9,4 +11,4 @@ render(input_file_path) # type: ignore
|
||||
# rendercv personal.yaml
|
||||
|
||||
# Generate schema.json
|
||||
# generate_json_schema(os.path.join(os.path.dirname(__file__)))
|
||||
generate_json_schema(os.path.join(os.path.dirname(__file__)))
|
||||
|
||||
Reference in New Issue
Block a user