From 9401e19b8577efdcc95e131fd4f5a38c7bced443 Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 21 Apr 2023 16:12:23 -0400 Subject: [PATCH] cleaning up --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1debaa5..1db1144 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,10 +16,7 @@ steps: - name: build_quartz image: code.ndumas.com/ndumas/quartz:latest commands: - - ls -R /tmp/quartz/ - - cd /tmp/quartz/content/ - - git clone -b hugo https://code.ndumas.com/ndumas/obsidian-vault.git - - cd .. + - cd /tmp/quartz/ - hugo-obsidian -input=content -output=assets/indices -index -root=. - hugo --enableGitInfo --minify volumes: