Skip to content

Commit

Permalink
chore(ci): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Sep 7, 2023
1 parent 90f470f commit d3004e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
// '@pansy/react-amap': join(__dirname, 'packages/amap/src'),
// '@pansy/react-amap/es': join(__dirname, 'packages/amap/src'),
// '@pansy/react-amap-ui': join(__dirname, 'packages/amap-ui/src'),
'@pansy/react-amap-loca': join(__dirname, 'packages/amap-loca/src'),
// '@pansy/react-amap-loca': join(__dirname, 'packages/amap-loca/src'),
// '@pansy/react-amap-core': join(__dirname, 'packages/core/src'),
// '@pansy/amap-api-loader': join(__dirname, 'packages/api-loader/src'),
},
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
restore-keys: |
${{ runner.os }}-
- name: Install pnpm
- name: Install pnpm
if: ${{ matrix.node-version != '14.x' }}
uses: pnpm/[email protected]

Expand All @@ -42,6 +42,9 @@ jobs:
run: pnpm i

- name: Build
run: pnpm build

- name: Build Site
run: pnpm site

- name: Deploy
Expand Down

0 comments on commit d3004e0

Please sign in to comment.