Skip to content

Commit

Permalink
chore: docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-hup committed Nov 23, 2024
1 parent ec23329 commit 9c6575f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
- name: Install dependencies
run: pnpm i --no-frozen-lockfile


- name: Build Motion
run: pnpm build

- name: Build Docs
run: pnpm docs:build

Expand Down
5 changes: 5 additions & 0 deletions docs/.vitepress/theme/config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@ export const docsConfig: DocsConfig = {
href: '/docs/motion-values/use-transform',
items: [],
},
{
title: 'useVelocity',
href: '/docs/motion-values/use-velocity',
items: [],
},
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.16",
"lodash.template": "^4.5.0",
"motion-v": "0.2.2",
"motion-v": "link:../packages/motion",
"pathe": "^1.1.2",
"rimraf": "^5.0.5",
"shikiji": "^0.10.0-beta.9",
Expand Down
15 changes: 2 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c6575f

Please sign in to comment.