fix: install hexo-tag-embed when testing in github actions

This commit is contained in:
ppoffice 2024-02-03 00:52:12 -08:00
parent 0efbb3fe38
commit 35157aa146
No known key found for this signature in database
GPG Key ID: D872802C1F2A16AA
1 changed files with 1 additions and 0 deletions

View File

@ -32,5 +32,6 @@ jobs:
- run: >
npm install $(node -e "const deps=require('./themes/icarus/package.json').dependencies;
console.log(Object.keys(deps).map(key=>key+'@'+deps[key]).join(' '));")
- run: npm install hexo-tag-embed
- run: npx hexo config theme icarus
- run: time NODE_ENV=production npx hexo g -b