Explorar el Código

fix maybe

master
Daniel Hübleitner hace 4 años
padre
commit
1b94ea7c16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Ver fichero

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

Loading…
Cancelar
Guardar