From d9419e6f58a8a3925f30fdf3507ebc8ce954919a Mon Sep 17 00:00:00 2001 From: inventivetalent Date: Thu, 23 Nov 2023 13:57:53 +0100 Subject: [PATCH] . --- .github/workflows/node.js.yml | 2 +- build.mjs | 2 +- index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1d2c9b7..02c0770 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -31,7 +31,7 @@ jobs: - name: Upload Pages artifact uses: actions/upload-pages-artifact@v2 with: - path: "." + path: "dist/" deploy: needs: build diff --git a/build.mjs b/build.mjs index bcc37e5..67d44b3 100644 --- a/build.mjs +++ b/build.mjs @@ -12,7 +12,7 @@ const sharedConfig = { const context = await esbuild.context({ ...sharedConfig, platform: 'browser', - outfile: "bundle.js", + outfile: "dist/bundle.js", plugins: [ polyfillNode({}), ], diff --git a/index.html b/index.html index bc340f1..1497b46 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,6 @@
- + \ No newline at end of file