From 8b68050f69e473847464239cf3813d2e5de39644 Mon Sep 17 00:00:00 2001 From: semanticdata Date: Fri, 8 Mar 2024 13:03:11 -0600 Subject: [PATCH] output from dist to _site --- .eleventy.js | 2 +- .github/workflows/old-deploy-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.eleventy.js b/.eleventy.js index b61465d..002ffbf 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -215,7 +215,7 @@ module.exports = (eleventyConfig) => { dir: { input: 'src', - output: 'dist', + output: '_site', layouts: '_layouts', includes: '_includes', data: '_data', diff --git a/.github/workflows/old-deploy-test.yml b/.github/workflows/old-deploy-test.yml index 1d5ac54..b4c71e1 100644 --- a/.github/workflows/old-deploy-test.yml +++ b/.github/workflows/old-deploy-test.yml @@ -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