Skip to content

Commit 7e80aa9

Browse files
committed
改用 pnpm 打包,修复 mozjepg 问题
1 parent 684f891 commit 7e80aa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hexo-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
version: 10
2828
cache: true
29-
- run: pnpm i
30-
- run: npx hexo clean && npx hexo g --config _config-deploy.yml
29+
- run: sudo apt-get update && sudo apt-get install -y nasm autoconf automake libtool libpng-dev pkg-config build-essential
30+
- run: pnpm i && npx hexo clean && npx hexo g --config _config-deploy.yml
3131
- name: Deploy
3232
uses: peaceiris/actions-gh-pages@v3
3333
with:

0 commit comments

Comments
 (0)