From eb4ed730e87d8276e44c9db85f4c88ffcc590441 Mon Sep 17 00:00:00 2001 From: "minecraftchest1@outlook.com" Date: Fri, 31 Jan 2025 10:27:52 -0600 Subject: [PATCH] Remove tab in docs pipeline. --- .woodpecker/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/docs.yaml b/.woodpecker/docs.yaml index a7a6343..727bbbe 100644 --- a/.woodpecker/docs.yaml +++ b/.woodpecker/docs.yaml @@ -7,7 +7,7 @@ steps: image: alpine:3.21 commands: - apk add doxygen git - - (cd doxygen-awesome-css; git checkout v2.3.4) + - (cd doxygen-awesome-css; git checkout v2.3.4) - doxygen - name: push