Draft
Fix RenderCV workflow failure by aligning sample CV YAML with current schema#2
Conversation
Co-authored-by: spokiio <188952881+spokiio@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job RenderCV
Fix RenderCV workflow failure by aligning sample CV YAML with current schema
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
RenderCVGitHub Actions job failed because_data/cv.ymlcontained top-level keys no longer accepted by the currentrendercvschema. This PR removes those invalid keys sorendercv render _data/cv.yml --settings assets/rendercv/settings.yamlcan pass schema validation in CI.rendercvvalidation rejected unknown fields undercv:label,image,summary,address./home/runner/work/spokiio.github.io/spokiio.github.io/_data/cv.yml.Ownership Routing
docs/BOUNDARIES.md.al-folio) or I am porting a routed change and linked the owning repo issue/PR.Owning repo (if not starter):
Related issue/PR:
Plugin Ecosystem (if applicable)
If plugin-related, provide:
al_folio_min/al_folio_max):Starter Wiring Changes
Gemfiledependency wiring._config.ymlplugin activation/config._data/featured_plugins.ymlmetadata.Validation
npm cibundle exec jekyll buildnpm run lint:prettiernpm run lint:style-contracttest/integration_*.sh) as needednpm run test:visual) as neededNotes
Compatibility/migration impact is limited to starter sample data: existing CV data using removed keys should be updated to match the current RenderCV schema if reused elsewhere.