Skip to content

Commit

Permalink
ci: update docs build script
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Oct 31, 2024
1 parent 3b3bd66 commit 32d877a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ./.github/actions/install-dependencies

- name: Build Docs
run: pnpm run build:docs
run: pnpm run docs:build

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "pnpm run /^build:/",
"build:lib": "cargo build --release && node ./scripts/build.js",
"build:preview": "vite build",
"build:docs": "DOCS=true vite build",
"docs:build": "DOCS=true vite build",
"release": "pnpm release:check && pnpm release:version",
"release:check": "pnpm test && pnpm run build",
"release:version": "changelogen --output changelog.md --release --push",
Expand Down

0 comments on commit 32d877a

Please sign in to comment.