From 9195cbb937aedcf3a791006d9331bf6c0955fdbf Mon Sep 17 00:00:00 2001 From: sandwich <299465+dskvr@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:02:09 +0000 Subject: [PATCH] update deploy --- .github/workflows/deploy.yaml | 4 ++-- README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a867bfb..f903234 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '20' # Use a Node.js version that supports ES Modules + node-version: '20' registry-url: 'https://registry.npmjs.org' - name: Install Dependencies @@ -28,7 +28,7 @@ jobs: run: yarn build - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: name: 'github-pages' path: 'dist' diff --git a/README.md b/README.md index 5dd6bc5..05a795c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # nip66-dataviz-demo - + ``` yarn install yarn dev diff --git a/package.json b/package.json index 1c5f852..1910f36 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vite build", + "build": " build", "preview": "vite preview" }, "dependencies": {