Skip to content

Commit 35157aa

Browse files
committed
fix: install hexo-tag-embed when testing in github actions
1 parent 0efbb3f commit 35157aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ jobs:
3232
- run: >
3333
npm install $(node -e "const deps=require('./themes/icarus/package.json').dependencies;
3434
console.log(Object.keys(deps).map(key=>key+'@'+deps[key]).join(' '));")
35+
- run: npm install hexo-tag-embed
3536
- run: npx hexo config theme icarus
3637
- run: time NODE_ENV=production npx hexo g -b

0 commit comments

Comments
 (0)