We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e1d43 commit 684f891Copy full SHA for 684f891
1 file changed
.github/workflows/hexo-deploy.yml
@@ -22,11 +22,11 @@ jobs:
22
steps:
23
- uses: actions/checkout@v3
24
- name: Use Node.js 21.x
25
- uses: actions/setup-node@v3
+ uses: pnpm/action-setup@v4
26
with:
27
- node-version: 21.x
28
- cache: 'npm'
29
- - run: npm i
+ version: 10
+ cache: true
+ - run: pnpm i
30
- run: npx hexo clean && npx hexo g --config _config-deploy.yml
31
- name: Deploy
32
uses: peaceiris/actions-gh-pages@v3
0 commit comments