From 1a751f0329a7a41d9eb8bb2c369c346dffb02d31 Mon Sep 17 00:00:00 2001 From: Sthope Date: Sun, 17 Apr 2022 15:58:43 +0200 Subject: [PATCH] first commit --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7c2a5b0..755471d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,8 @@ steps: - pip install -U -r ./requirements.txt - mkdocs build - cp -r site/ /site - - chmod -R 777 /site + - chown -R sthope:sthope /site + # - chmod -R 777 /site volumes: - name: site host: