Browse Source

fix maybe

master
Daniel Hübleitner 4 years ago
parent
commit
15d5353a85
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

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…
Cancel
Save