mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:55:56 +00:00
fix: change package manager for installation to pnpm with its affiliated lockfile
This commit is contained in:
parent
c776595390
commit
8701b6a587
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -13,10 +13,10 @@ jobs:
|
||||
|
||||
- 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: |
|
||||
yarn install --frozen-lockfile
|
||||
yarn prepare
|
||||
yarn lint
|
||||
yarn docs:build
|
||||
pnpm install --frozen-lockfile
|
||||
pnpm prepare
|
||||
pnpm lint
|
||||
pnpm docs:build
|
||||
- name: Deploy to GitHub pages
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user