Skip to content

Commit

Permalink
Merge pull request #234 from jaredwray/adding-into-build-release-page…
Browse files Browse the repository at this point in the history
…-build

adding into build release page build
  • Loading branch information
jaredwray committed Jan 5, 2024
2 parents d076780 + 8aa730d commit df43b8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ export class WritrBuilder {
await this.buildIndexPage(writrData);

// Build the releases page (/releases/index.html)
await this.buildReleasePage(writrData);

// build the sitemap (/sitemap.xml)
// Build the sitemap (/sitemap.xml)
await this.buildSiteMapPage(writrData);

// Build the robots.txt (/robots.txt)
Expand Down

0 comments on commit df43b8b

Please sign in to comment.