Skip to content

fix(docs): repair double-encoded UTF-8 arrow in deploy.yml - #151

Merged
mhenrixon merged 2 commits into
mainfrom
fix/deploy-yml-encoding
Aug 30, 2026
Merged

fix(docs): repair double-encoded UTF-8 arrow in deploy.yml#151
mhenrixon merged 2 commits into
mainfrom
fix/deploy-yml-encoding

Conversation

@mhenrixon

@mhenrixon mhenrixon commented Aug 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

#150 accidentally double-encoded the pre-existing on line 1 of docs/config/deploy.yml (an API-side perl edit read the UTF-8 bytes as latin-1), leaving a C1 control character (U+0086) that Psych rejects: the docs deploy failed with Psych::SyntaxError: control characters are not allowed at line 1 column 1. This restores the original bytes; the deploy is re-dispatched after merge.

Test plan

yaml.safe_load parses the repaired file (ERB tags stripped); the redeploy is the proof.

https://claude.ai/code/session_01KsqvKPn1c1hWu6NSEQHy1W


Summary by cubic

Fixes the docs deploy failure caused by a double-encoded UTF-8 arrow in docs/config/deploy.yml. A previous edit corrupted the original into a control character that Psych rejects, so this restores the original bytes and re-dispatches the docs deploy after merge.

Written for commit 91761e9. Summary will update on new commits.

Review in cubic

@mhenrixon
mhenrixon merged commit 18cb045 into main Aug 30, 2026
11 checks passed
@mhenrixon
mhenrixon deleted the fix/deploy-yml-encoding branch August 30, 2026 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant