We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efbb3f commit 35157aaCopy full SHA for 35157aa
.github/workflows/test.yml
@@ -32,5 +32,6 @@ jobs:
32
- run: >
33
npm install $(node -e "const deps=require('./themes/icarus/package.json').dependencies;
34
console.log(Object.keys(deps).map(key=>key+'@'+deps[key]).join(' '));")
35
+ - run: npm install hexo-tag-embed
36
- run: npx hexo config theme icarus
37
- run: time NODE_ENV=production npx hexo g -b
0 commit comments