spuxy/Resumify
Generate a static CV site (index.html) from a YAML source — no Go toolchain or recompile needed in your repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| src | Path to your cv.yml (relative to your repo) or a raw URL. | yes | cv.yml |
| out | Output path for the generated index.html. | no | index.html |
| ref | Resumify ref (tag, branch, or SHA) to use. | no | master |
| go-version | Go version used to build resumify. | no | 1.21 |
| target-repo | Optional: owner/repo to push the generated HTML to. If empty and a token is provided, defaults to <owner>/<owner>.github.io (lowercased) using the workflow's repo owner. | no | "" |
| target-branch | Branch to push to in target-repo. | no | main |
| target-path | Path inside target-repo to write the generated HTML. | no | index.html |
| token | GitHub token (PAT or fine-grained) with contents:write on target-repo. Required when target-repo is set. | no | "" |
| commit-message | Commit message used when pushing to target-repo. | no | chore: update CV via resumify |
| commit-user-name | Git user.name for the push commit. | no | github-actions[bot] |
| commit-user-email | Git user.email for the push commit. | no | 41898282+github-actions[bot]@users.noreply.github.com |
Outputs
no outputs