Skip to content

Commit

Permalink
chore: fix deploy error
Browse files Browse the repository at this point in the history
okyungjin committed Apr 1, 2024
1 parent 96c65dd commit ca56a1a
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
@@ -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
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 ca56a1a

Please sign in to comment.