Skip to content

Commit 0e9aef6

Browse files
committed
Remove npm cache from deploy workflow and update Vite base path to root.
1 parent c259d21 commit 0e9aef6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: '20'
28-
cache: 'npm'
2928

3029
- name: Install dependencies
3130
run: npm install

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
base: '/devops_kit/',
7+
base: '/',
88
})

0 commit comments

Comments
 (0)