mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 04:34:16 +00:00
fix: remove step to install fronzen lockfile for avoiding installation errors
This commit is contained in:
parent
6331aa6e5f
commit
31687891bc
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
version: 8
|
||||
- name: Install dependencies and build/compile the site # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
|
||||
run: |
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm install
|
||||
pnpm prepare
|
||||
pnpm lint
|
||||
pnpm docs:build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user