fix theme path
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-01-22 11:59:58 +01:00
parent 96321bb9bb
commit d13076c703
1 changed files with 3 additions and 3 deletions

View File

@ -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
...