From 70b21a7c405d32119caefa2f8d0eedb1d54cc635 Mon Sep 17 00:00:00 2001 From: Joakim Svensson Date: Fri, 9 May 2025 21:01:26 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 91f4ea3..1cc0cd1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker name: build clone: - depth: 0 # Hämta hela historiken + depth: 0 steps: - name: build @@ -14,10 +14,6 @@ steps: path: /site commands: - pip install -U -r ./requirements.txt -# - echo "Kontrollerar att .git finns" - - ls -la .git || (echo "ERROR: .git saknas" && exit 1) - - echo "Kontrollerar git-historik" - - git log -n 3 docs/index.md || (echo "Ingen historik" && exit 1) - mkdocs build - cp -r site/ /site - chmod -R 777 /site @@ -25,4 +21,4 @@ steps: volumes: - name: site host: - path: /root/sa6anw + path: /root/sa6anw \ No newline at end of file