software-gardening / almanack

An open-source handbook of applied guidance and tools for sustainable software development and maintenance.
https://software-gardening.github.io/almanack
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Add `.nojekyll` config for GitHub Pages #32

Closed d33bs closed 4 months ago

d33bs commented 4 months ago

Description

This PR adds a .nojekyll file to the GitHub Pages output in order to bypass Jekyll rendering / parsing. I'm adding this change after noticing the HTML wasn't rendering properly in GH Pages. I manually added the .nojekyll file to test whether this fixed the issue within the gh-pages branch. This change persists the configuration for all builds.

What is the nature of your change?

Checklist

Please ensure that all boxes are checked before indicating that this pull request is ready for review.

netlify[bot] commented 4 months ago

Deploy Preview for test-almanac ready!

Name Link
Latest commit 2683057575847b0b96871f2f78a4a14d046c2b60
Latest deploy log https://app.netlify.com/sites/test-almanac/deploys/663e46582423d90008e4550e
Deploy Preview https://deploy-preview-32--test-almanac.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

d33bs commented 4 months ago

Thank you @vincerubinetti !