fix maybe

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