Skip to content

Commit

Permalink
output from dist to _site
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata committed Mar 8, 2024
1 parent ed27e1e commit 8b68050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ module.exports = (eleventyConfig) => {

dir: {
input: 'src',
output: 'dist',
output: '_site',
layouts: '_layouts',
includes: '_includes',
data: '_data',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/old-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: npm i
- name: Build
run: export NODE_ENV=production && npx @11ty/eleventy --output=_site
run: export NODE_ENV=production && npx @11ty/eleventy
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 8b68050

Please sign in to comment.