From a9e28fc1df60630d5ef88b081cb2a229dfcf7fdc Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Wed, 31 May 2023 15:20:26 +0900 Subject: [PATCH] path --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 72c13cb..6d65565 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,8 +3,8 @@ pipeline: image: peaceiris/mdbook:v0.4.30 commands: - echo "Creating book................. " - - ls - - mdbook build + - mdbook build --dest-dir /app/static + publish-container: image: woodpeckerci/plugin-docker-buildx:2.1.0 secrets: [ docker_username, docker_password ]