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: