Skip to content

Commit

Permalink
update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Feb 1, 2024
1 parent 3de63aa commit 9195cbb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# nip66-dataviz-demo

```
yarn install
yarn dev
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": " build",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit 9195cbb

Please sign in to comment.