From a491d6aa3af41d58c10a4155d202e4e90163a955 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Thu, 29 Aug 2024 12:59:22 -0400 Subject: [PATCH 1/2] add correct directory for staging and producton --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1153fd8..b53006f 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -50,7 +50,7 @@ jobs: uses: OutlierVentures/arweave-bundler@v0.3.2 with: command: upload - directory: build/ + directory: dist/ private-key: ${{secrets.DEPLOY_KEY}} network: arweave.net @@ -60,6 +60,6 @@ jobs: uses: OutlierVentures/arweave-bundler@v0.3.2 with: command: upload - directory: build/ + directory: dist/ private-key: ${{secrets.DEPLOY_KEY}} network: arweave.net \ No newline at end of file From 464f63348fc024add1248d94544af59472606366 Mon Sep 17 00:00:00 2001 From: Jonathan Green Date: Thu, 29 Aug 2024 13:17:43 -0400 Subject: [PATCH 2/2] removed app.css --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 4d67e2a..d5f003c 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,4 +1,3 @@ -import './app.css' import App from './App.svelte' const app = new App({