Fix build failure from circular symlink in theme submodule#33
Conversation
🔍 Preview Build CompleteThe site has been built successfully for this PR! How to preview:
Alternative preview methods:
Note: The preview uses the GitHub Pages URL ( Build Details:
|
|
@copilot this was during a workflow build |
Co-authored-by: craig8 <3979063+craig8@users.noreply.github.com>
Thanks for clarifying. The fix I implemented addresses the workflow build issue:
The Jekyll error occurred because the circular symlink was present in the workspace during the build. With this fix, Hugo will skip that directory entirely, preventing the error. The workflow will build successfully and only upload the clean Commit: 1d24140 |
🔍 Preview Build CompleteThe site has been built successfully for this PR! How to preview:
Alternative preview methods:
Note: The preview uses the GitHub Pages URL ( Build Details:
|
Jekyll build fails with "Too many levels of symbolic links" when traversing
themes/arcana/exampleSite/themes/hugo-arcana→../../, a circular symlink in the hugo-arcana theme submodule.Changes
ignoreFilesdirective tohugo.tomlto exclude theme exampleSite directories from processingThe exampleSite directory is only used for theme development and is not needed for production builds.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.