diff --git a/.drone.yml b/.drone.yml index 453ec36..62cabce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ steps: image: node:14-alpine commands: - npm install + - npm install -g hexo - hexo g - name: rebuild-cache