Skip to content

Commit

Permalink
fix: fixed build docs error
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrbo committed Nov 21, 2023
1 parent dc2c90c commit f44b212
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 64 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
- name: Install
run: nci

- name: Packages
run: nr build

- name: Build
run: 'nr build:docs'
run: nr build:docs

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"unocss": "^0.57.6",
"vite": "^5.0.0",
"vite-plugin-externals": "^0.6.2",
"vitepress": "1.0.0-rc.24",
"vitepress": "1.0.0-rc.29",
"vue": "^3.3.8"
}
}
69 changes: 7 additions & 62 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 f44b212

Please sign in to comment.