ci: install dependencies

This commit is contained in:
thislight 2023-08-23 20:52:43 +08:00
parent 5dd83c81ea
commit 99364613fe
No known key found for this signature in database
GPG key ID: 0CB25AF8415182D6

View file

@ -24,6 +24,9 @@ jobs:
cache: pnpm cache: pnpm
cache-dependency-path: '**/pnpm-lock.yaml' cache-dependency-path: '**/pnpm-lock.yaml'
- name: Install Dependencies
run: pnpm install
# Deploy hexo blog website. # Deploy hexo blog website.
- name: Deploy - name: Deploy
id: deploy id: deploy