From d63413ca42f25f56797e0f87978cf00bbe7784a1 Mon Sep 17 00:00:00 2001 From: goldbuick Date: Fri, 19 Apr 2024 21:06:21 -0400 Subject: [PATCH] fixing folders --- .github/workflows/deploy-public.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-public.yml b/.github/workflows/deploy-public.yml index 52c18a4e..9f8d0261 100644 --- a/.github/workflows/deploy-public.yml +++ b/.github/workflows/deploy-public.yml @@ -30,7 +30,7 @@ jobs: env: REPO: self BRANCH: public # The branch name where you want to push the assets - FOLDER: dist # The directory where your assets are generated + FOLDER: ./zss/terminal/dist # The directory where your assets are generated MESSAGE: "Build: ({sha}) {msg}" # The commit message GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GitHub will automatically add this - you don't need to bother getting a token diff --git a/package.json b/package.json index 2fae9a6a..5d268b53 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "preview": "yarn && yarn clear && vite preview", "build": "yarn && yarn clear && vite build", "build:strict": "tsc && vite build", - "build:copy-cname": "cp .github/CNAME dist" + "build:copy-cname": "cp .github/CNAME ./zss/terminal/dist" }, "dependencies": {}, "devDependencies": {