microsoft / alguidelines

Best Practices and Design Patterns for the AL Language
https://alguidelines.dev/
MIT License
133 stars 49 forks source link

Adding necessary file to keep Custom Domain #2

Closed JeremyVyska closed 3 years ago

JeremyVyska commented 3 years ago

The Hugo system uses a /static path to copy files directly as part of building. GitHub Pages looks for a "CNAME" file with only the Custom Domain as contents in the branch for GitHub Pages, which Hugo recreates on commits to main.

This PR adds the CNAME file to the /Static path to preserve the GH pages file on Hugo regeneration.