From 422d10e7f9e8e9bfc5c80b0a0946c01f01a594e6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 24 Aug 2023 22:45:24 +0200 Subject: [PATCH] cleanup --- .woodpecker/docs.yml | 2 +- docs/content/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 77c5634..1396da0 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -63,7 +63,7 @@ steps: from_secret: s3_secret_access_key source: docs/public/ strip_prefix: docs/public/ - target: /${DRONE_REPO_NAME} + target: /${CI_REPO_NAME} when: - event: [push, manual] branch: diff --git a/docs/content/_index.md b/docs/content/_index.md index 43c4108..0286f2d 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -2,7 +2,7 @@ title: Documentation --- -[![Build Status](https://img.shields.io/drone/build/thegeeklab/docker-tidy?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de)](https://drone.thegeeklab.de/thegeeklab/docker-tidy) +[![Build Status](https://ci.thegeeklab.de/api/badges/thegeeklab/docker-tidy/status.svg)](https://ci.thegeeklab.de/repos/thegeeklab/docker-tidy) [![Docker Hub](https://img.shields.io/badge/docker-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/docker-tidy) [![Python Version](https://img.shields.io/pypi/pyversions/docker-tidy.svg)](https://pypi.org/project/docker-tidy/) [![PyPI Status](https://img.shields.io/pypi/status/docker-tidy.svg)](https://pypi.org/project/docker-tidy/)