fix maybe

This commit is contained in:
Daniel Hübleitner
2019-09-22 11:40:02 +02:00
parent 1b94ea7c16
commit 15d5353a85
+1 -1
View File
@@ -45,7 +45,7 @@ steps:
- name: rebuild documentation - name: rebuild documentation
image: node:12 image: node:12
commands: commands:
- git rm -rf ${DRONE_REPO_NAME}/docs - rm -rf docs
- npm run docs - npm run docs
- name: commit documentation - name: commit documentation