Try with --no-sandbox

This commit is contained in:
Nikolai Rodionov 2024-02-12 11:49:28 +01:00
parent 9001734f43
commit af2082485d
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ steps:
libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 \
libnss3-dev
- npm install -g md-to-pdf
- md-to-pdf index.md --no-sandbox
- md-to-pdf index.md --launch-options '{ "args": ["--no-sandbox"] }'
- mkdir $WORKSPACE/cv
- mv index.pdf $WORKSPACE/cv/n.rodionov.pdf
upload:

BIN
index.pdf Normal file

Binary file not shown.