Daniel Hübleitner 6 лет назад
Родитель
Сommit
1b94ea7c16
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
-  - 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

Загрузка…
Отмена
Сохранить