Skip to content

Commit

Permalink
CNAME is no longer required with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
espinoco committed May 24, 2024
1 parent 6064be7 commit 3aaa567
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ There are two kinds of pages, the nav pages and the non-nav pages. The nav pages
## Deployment
Push to the `master` branch to deploy changes. A GitHub Action builds and deploys the static content to GitHub Pages.
The `CNAME` file is required by GitHub Pages to set the custom domain name.
Push to the `master` branch to deploy changes. A GitHub Action builds and deploys the static content to GitHub Pages.
1 change: 0 additions & 1 deletion _config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const site = lume({
location: new URL("https://espino.co") // needed for sitemap to set the url
});
site.use(nunjucks());
site.copy("CNAME");
site.copy([".mp4", ".png", ".xml", ".svg", ".webmanifest", ".ico"]);
site.use(slugifyUrls({ // Slugify all page URLs to remove potentially conflicting characters
extensions: [".html"], // To slugify only HTML pages
Expand Down
1 change: 0 additions & 1 deletion src/CNAME

This file was deleted.

0 comments on commit 3aaa567

Please sign in to comment.