ci: install dependencies
This commit is contained in:
parent
5dd83c81ea
commit
99364613fe
1 changed files with 3 additions and 0 deletions
3
.github/workflows/depoly.yml
vendored
3
.github/workflows/depoly.yml
vendored
|
@ -24,6 +24,9 @@ jobs:
|
|||
cache: pnpm
|
||||
cache-dependency-path: '**/pnpm-lock.yaml'
|
||||
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
|
||||
# Deploy hexo blog website.
|
||||
- name: Deploy
|
||||
id: deploy
|
||||
|
|
Loading…
Reference in a new issue