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 ]