Skip to content

Commit 7ccbd88

Browse files
committed
Update build path for github workflow
1 parent bade9ce commit 7ccbd88

3 files changed

Lines changed: 125 additions & 99 deletions

File tree

.eleventy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = function(eleventyConfig) {
2525
input: "src",
2626
includes: "_includes",
2727
data: "_data",
28-
output: "docs"
28+
output: "_SITE"
2929
},
3030
};
3131
};

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
node_modules/*
1+
node_modules
2+
docs
3+
_site
4+
.idea

0 commit comments

Comments
 (0)