Skip to content

Commit

Permalink
chore: fix docs builds by re-adding eleventy and ignoring gitignore a…
Browse files Browse the repository at this point in the history
…gain (#5240)
  • Loading branch information
JoshuaKGoldberg authored Oct 30, 2024
1 parent f054acc commit 881e3b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ module.exports = function (eleventyConfig) {

eleventyConfig.setLibrary('md', markdown);

eleventyConfig.setUseGitIgnore(false);

return {
passthroughFileCopy: true,
dir: {
Expand Down

0 comments on commit 881e3b0

Please sign in to comment.