瀏覽代碼

fix maybe

master
Daniel Hübleitner 6 年之前
父節點
當前提交
15d5353a85
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml 查看文件

45
 - name: rebuild documentation
45
 - name: rebuild documentation
46
   image: node:12
46
   image: node:12
47
   commands:
47
   commands:
48
-  - git rm -rf ${DRONE_REPO_NAME}/docs
48
+  - rm -rf docs
49
   - npm run docs
49
   - npm run docs
50
 
50
 
51
 - name: commit documentation
51
 - name: commit documentation

Loading…
取消
儲存