Merge branch 'hhromic-master-patch-24741' into 'master'
fix: CI failing to deploy due to default insecure TLS cipher suite (tlsv1) See merge request CLIUtils/modern-cmake!56
This commit is contained in:
commit
a279b00ba5
@ -13,7 +13,7 @@ test_code:
|
|||||||
- cmake --build build -t test
|
- cmake --build build -t test
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
image: node:10
|
image: node:14-buster
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -22,14 +22,12 @@ pages:
|
|||||||
- node_modules/
|
- node_modules/
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update && apt-get install -y calibre calibre-bin libxss1 libasound2
|
- apt-get update && apt-get install -y calibre calibre-bin libxss1 libasound2
|
||||||
- npm install gitbook-cli svgexport
|
- npm install gitbook-cli@2.2.0 svgexport
|
||||||
- npx gitbook fetch 3.2.3
|
- npx gitbook fetch 3.2.3
|
||||||
- npx gitbook install
|
- npx gitbook install
|
||||||
script:
|
script:
|
||||||
- npx gitbook build . public
|
- npx gitbook build . public
|
||||||
- 'sed -i "s/puppeteer.launch();/puppeteer.launch({args: [\"--no-sandbox\"]});/g" node_modules/svgexport/render.js'
|
- npx gitbook pdf . public/modern-cmake.pdf
|
||||||
- npx gitbook pdf . modern-cmake.pdf
|
|
||||||
- cp modern-cmake.pdf public/modern-cmake.pdf
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
x
Reference in New Issue
Block a user