Skip to content

fix: stop building _print pages in Hugo build (#16)#109

Open
DHEVIKA wants to merge 1 commit intolayer5io:masterfrom
DHEVIKA:fix/print-pages
Open

fix: stop building _print pages in Hugo build (#16)#109
DHEVIKA wants to merge 1 commit intolayer5io:masterfrom
DHEVIKA:fix/print-pages

Conversation

@DHEVIKA
Copy link
Copy Markdown

@DHEVIKA DHEVIKA commented Mar 25, 2026

This PR addresses issue #16 by updating the GitHub Actions workflow to stop generating _print pages in the Hugo build.

Changes made:

  • Modified .github/workflows/build-and-release.yml to add HUGO_ARGS="--disableKinds=page" in the prod-build step.
  • Verified that _print pages are no longer built locally.
  • No changes to the actual content, only build workflow updated.

Notes for Reviewers:

  • Ensure that CI passes with the updated workflow.
  • No functional impact on other pagesNotes for Reviewers:.

@CodexRaunak
Copy link
Copy Markdown
Contributor

Please sign off your commits @DHEVIKA

Signed-off-by: Dhevika <subhasri1600@gmail.com>
@DHEVIKA
Copy link
Copy Markdown
Author

DHEVIKA commented Mar 25, 2026

Hi @CodexRaunak,

I’ve amended the commit and added the proper Signed-off-by line. The PR now should pass the DCO check.

Thanks for your guidance!

Best regards,
Dhevika

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants