Skip to content

Commit

Permalink
Merge branch 'chore/change-deploy-docs-install-option'
Browse files Browse the repository at this point in the history
  • Loading branch information
okyungjin committed Apr 1, 2024
2 parents 96c65dd + ca56a1a commit cd22cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
working-directory: docs
- name: Build with VitePress
run: pnpm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit cd22cf6

Please sign in to comment.