Try using another dir
This commit is contained in:
parent
9eaf3e4a44
commit
2630257c35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user