fix(ci): fix theme name in test action
parent
4020591c82
commit
ef3d019ea2
|
@ -32,5 +32,5 @@ jobs:
|
|||
- run: >
|
||||
npm install $(node -e "const deps=require('./themes/icarus/package.json').peerDependencies;
|
||||
console.log(Object.keys(deps).map(key=>key+'@'+deps[key]).join(' '));")
|
||||
- run: npx hexo config theme next
|
||||
- run: time npx hexo g
|
||||
- run: npx hexo config theme icarus
|
||||
- run: time NODE_ENV=production npx hexo g
|
||||
|
|
Loading…
Reference in New Issue