fix typo in .drone.yml

This commit is contained in:
creme 2021-08-05 20:12:40 +02:00
parent 0b2872d4b1
commit d69f0362cb
No known key found for this signature in database
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ trigger:
steps:
- name: deploy
commands:
- cd /var/www/docs/matric-doc
- cd /var/www/docs/matrix-doc
- sudo -Hu www-data git pull origin master
- sudo -Hu www-data mkdocs build