Ver código fonte

fix maybe

master
Daniel Hübleitner 5 anos atrás
pai
commit
15d5353a85
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml Ver arquivo

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

Carregando…
Cancelar
Salvar