fix(ci): fix theme name in test action

This commit is contained in:
ppoffice 2020-08-14 22:16:50 -04:00
parent 4020591c82
commit ef3d019ea2
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
1 changed files with 2 additions and 2 deletions

View File

@ -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