We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc6e43 commit efb2c7dCopy full SHA for efb2c7d
.circleci/config.yml
@@ -48,7 +48,7 @@ jobs: # a collection of steps
48
49
docs:
50
docker:
51
- - image: circleci/ruby:2.5.3-stretch
+ - image: circleci/ruby:2.5.3-stretch-node
52
environment:
53
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
54
steps:
@@ -96,7 +96,7 @@ jobs: # a collection of steps
96
97
- run:
98
name: generate PDF
99
- command: cd book/config && make VERSION=1.2.2 pdf
+ command: cd book/config && make VERSION="$(npx -c 'echo "$npm_package_version"')" pdf
100
101
- store_artifacts:
102
path: book/dist
0 commit comments