Skip to content

Commit

Permalink
fix: install hexo-tag-embed when testing in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ppoffice committed Feb 3, 2024
1 parent 0efbb3f commit 35157aa
Showing 1 changed file with 1 addition and 0 deletions .
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 35157aa

Please sign in to comment.