try to make pages work
This commit is contained in:
parent
dfdd16dbc2
commit
e3c4a52412
@ -10,7 +10,7 @@ eleventyConfig.addPassthroughCopy('./src/assets');
|
||||
return {
|
||||
dir: {
|
||||
input: "src",
|
||||
output: "_site"
|
||||
output: "public"
|
||||
}
|
||||
}
|
||||
};
|
@ -5,4 +5,4 @@ pages:
|
||||
- ls -Rla
|
||||
artifacts:
|
||||
paths:
|
||||
- _site
|
||||
- public
|
||||
|
Loading…
Reference in New Issue
Block a user