We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684f891 commit 7e80aa9Copy full SHA for 7e80aa9
.github/workflows/hexo-deploy.yml
@@ -26,8 +26,8 @@ jobs:
26
with:
27
version: 10
28
cache: true
29
- - run: pnpm i
30
- - run: npx hexo clean && npx hexo g --config _config-deploy.yml
+ - run: sudo apt-get update && sudo apt-get install -y nasm autoconf automake libtool libpng-dev pkg-config build-essential
+ - run: pnpm i && npx hexo clean && npx hexo g --config _config-deploy.yml
31
- name: Deploy
32
uses: peaceiris/actions-gh-pages@v3
33
0 commit comments