Parcourir la source

fix maybe

master
Daniel Hübleitner il y a 6 ans
Parent
révision
1b94ea7c16
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Voir le fichier

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

Chargement…
Annuler
Enregistrer