From 63697f269ec9ea7a6674678e564bb3c177c8318a Mon Sep 17 00:00:00 2001 From: tijmenstor <23655598+tijmenstor@users.noreply.github.com> Date: Fri, 17 May 2024 12:10:39 +0000 Subject: [PATCH] auto-doc: Updated README.md --- README.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 691a800..e45629b 100644 --- a/README.md +++ b/README.md @@ -21,39 +21,49 @@ Generating resumes with JSONResume! Makes use of the `resumed` CLI to generate r - uses: Devleaps/jsonresume-generator@v1 id: jsonresume-generator with: - # Action to perform. Can be either `render` or `validate`. + # Action to perform. Can be + # either `render` or `validate`. # Type: string # Default: "render" action: '' - # Name of the resume file. Support for JSON and - # YAML files. + # Name of the resume file. + # Support for JSON and YAML + # files. # Type: string # Default: "resume.json" file: '' - # Name of the folder where the resume file is - # located. Can also be a wildcard (e.g. resumes/**). The file - # name is still required and expected to be the - # same for all files. + # Name of the folder where + # the resume file is located. + # Can also be a wildcard + # (e.g. resumes/**). The file name is + # still required and expected to + # be the same for all + # files. # Type: string folder: '' - # Type of the output file. Can be either PDF - # or HTML. + # Type of the output file. + # Can be either PDF or + # HTML. # Type: string # Default: "html" output-type: '' - # Where the theme is located. Can be either local - # or npm. If true, the theme is expected to - # be in a folder with the theme-name. If false, - # the theme will be installed through NPM. + # Where the theme is located. + # Can be either local or + # npm. If true, the theme + # is expected to be in + # a folder with the theme-name. + # If false, the theme will + # be installed through NPM. # Type: boolean # Default: "false" theme-local: '' - # Name of the theme to use. + # Name of the theme to + # use. # Type: string # Default: "jsonresume-theme-even" theme-name: ''