From f89ef649751f13bf66c2db497147e68dcc110f88 Mon Sep 17 00:00:00 2001 From: Sergey Vanyushkin Date: Fri, 8 May 2026 22:18:36 +0300 Subject: [PATCH] ci: add symlink for workspace member name mismatch --- .woodpecker/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 005b743..ad9c024 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -12,6 +12,7 @@ steps: commands: - pip install uv - cd .. + - ln -s $CI_WORKSPACE blog - | cat > pyproject.toml << 'EOF' [project]