Conversation
There was a problem hiding this comment.
Code Review
This pull request adds a new member profile for Qinsight in the data directory. The review feedback identifies a critical YAML syntax error in the content field, where a block scalar indicator is used without any following indented text, which will cause build failures during parsing.
| description: Daniel is the CEO at Qinsight and represents the organization at the PKI Consortium. | ||
|
|
||
| # Long-form content (markdown) | ||
| content: | No newline at end of file |
There was a problem hiding this comment.
The YAML block scalar indicator | requires a following block of indented text. Since the file ends here without any content or a newline, this is invalid YAML syntax and may cause build failures when Hugo attempts to parse the data files. If there is no long-form content to include, you should use an empty string or simply leave the field empty.
content: ""
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
pkic-org | cd1c403 | Commit Preview URL Branch Preview URL |
May 04 2026, 10:45 PM |
Automatically generated pull request to add profile for Qinsight according to application pkic/members#720.
This closes pkic/members#720