Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
infinite-system committed Sep 24, 2024
1 parent e19e229 commit d519ff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
- name: Setup git
run: |
git config user.name "Evgeny Kalashnikov" && git config user.email "ekalashnikov@gmail.com"
- name: yarn install
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
dir: ''
- name: yarn install
uses: borales/actions-yarn@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export default defineConfig({
configFile: './vite.config.ts', // This is IMPORTANT, otherwise @/* paths do not get resolved!
// To make vue-dd work, see https://github.com/vuetifyjs/vuetify/discussions/15735
ssr: {
noExternal: ['vue-dd', 'vue'],
noExternal: ['vue-dd'],
},
},
});

0 comments on commit d519ff8

Please sign in to comment.