From d13076c703408a96799e7e05c96285c74a81fbc0 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 22 Jan 2020 11:59:58 +0100 Subject: [PATCH] fix theme path --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index cb5ec2d..1e9f44c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,8 +9,8 @@ steps: - name: assets image: byrnedo/alpine-curl commands: - - mkdir -p docs/themes/hugo-geekdoc/ - - curl -L https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C docs/themes/hugo-geekdoc/ --strip-components=1 + - mkdir -p themes/hugo-geekdoc/ + - curl -L https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C themes/hugo-geekdoc/ --strip-components=1 - name: sync image: xoxys/git-batch:latest @@ -68,6 +68,6 @@ trigger: - refs/pull/** --- kind: signature -hmac: f1741f7684d6780aa83e38be772e1de4e2a4f884699af7746b60ea63fc2a55c2 +hmac: 2e1da87024b1b533e684bcde01b6fe509c51678a19c6dc8f9d37e145020aa14e ...