mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Add pnpm setup to Github Actions
This commit is contained in:
parent
b253030242
commit
f43fecf7ec
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -32,6 +32,9 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user