mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 04:34:16 +00:00
ci(fix): add steps to setup pnpm via official documentation
This commit is contained in:
parent
8f8e196046
commit
ea97c72961
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@ -9,10 +9,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Perform check out
|
- name: Perform check out
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3\
|
||||||
- uses: pnpm/action-setup@v2
|
- name: Setup PNPM
|
||||||
|
uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 8
|
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.
|
- 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: |
|
run: |
|
||||||
pnpm install --frozen-lockfile
|
pnpm install --frozen-lockfile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user