From 2630257c35928ad5ce2190f0f083e09c7d2957d9 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Tue, 6 Feb 2024 17:52:43 +0100 Subject: [PATCH] Try using another dir --- .woodpecker.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index e603206..a7caaa3 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -3,14 +3,13 @@ when: steps: build: name: Build the CV - image: ghcr.io/puppeteer/puppeteer + image: ghcr.io/puppeteer/puppeteer:21 environment: OUTPUT: /tmp/out commands: - mkdir -p $OUTPUT - cp -R ./* $OUTPUT - cd $OUTPUT - - chown -R 999:999 "/root/.npm" - npm install md-to-pdf - npx md-to-pdf index.md - mkdir $WORKSPACE/cv