Frontmatter
| id | 8451 |
| title | Move GitHub Workflow Sync Target to resources/content |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Jan 9, 2026, 9:54 AM |
| updatedAt | Jan 9, 2026, 10:02 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8451 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 9, 2026, 10:02 AM |
Move GitHub Workflow Sync Target to resources/content
tobiu assigned to @tobiu on Jan 9, 2026, 10:02 AM

tobiu
Jan 9, 2026, 10:02 AM
Input from Gemini 3 Pro:
✦ I have moved the GitHub workflow sync targets to
resources/content/to resolve the deployment issue with GitHub Pages.Actions Taken:
- Moved Directories:
.github/ISSUE->resources/content/issues.github/ISSUE_ARCHIVE->resources/content/issue-archive.github/RELEASE_NOTES->resources/content/release-notes.github/.sync-metadata.json->resources/content/.sync-metadata.json- Updated Configuration:
- Modified
ai/mcp/server/github-workflow/config.mjsto point to the new locations.- Updated .npmignore:
- Removed old
.githubpaths and addedresources/content/paths to exclude them from the npm package.The changes have been committed locally. Please push them to the remote repository.
tobiu closed this issue on Jan 9, 2026, 10:02 AM
tobiu cross-referenced by #8452 on Jan 9, 2026, 10:09 AM
Move the GitHub workflow sync targets from
.github/toresources/content/to enable deployment via GitHub Pages, as the.githubfolder is strictly filtered out by GitHub Pages.Changes:
Move Directories:
.github/ISSUE->resources/content/issues.github/ISSUE_ARCHIVE->resources/content/issue-archive.github/RELEASE_NOTES->resources/content/release-notes.github/.sync-metadata.json->resources/content/.sync-metadata.jsonUpdate Configuration:
ai/mcp/server/github-workflow/config.mjsto point to the new paths.Update .npmignore:
.npmignoreto exclude the newresources/contentlocations instead of the old.githubones, preventing bloat in the npm package.