Skip to content

Commit

Permalink
chore(ci): test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Jan 10, 2024
1 parent 9127253 commit 2914894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build
cname: sensoroui.xingkang.wang
3 changes: 1 addition & 2 deletions docs/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import { defineConfig } from 'vite'
import { sveltekit } from '@sveltejs/kit/vite'
import { visualizer } from 'rollup-plugin-visualizer'

export default defineConfig(({ command }) => {
export default defineConfig(() => {
return {
base: command === 'build' ? 'sensoro-ui' : '',
plugins: [
sveltekit(),
visualizer({
Expand Down

0 comments on commit 2914894

Please sign in to comment.