Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit efb2c7d

Browse files
build: npm_package_version
1 parent 4dc6e43 commit efb2c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs: # a collection of steps
4848

4949
docs:
5050
docker:
51-
- image: circleci/ruby:2.5.3-stretch
51+
- image: circleci/ruby:2.5.3-stretch-node
5252
environment:
5353
NOKOGIRI_USE_SYSTEM_LIBRARIES: true
5454
steps:
@@ -96,7 +96,7 @@ jobs: # a collection of steps
9696

9797
- run:
9898
name: generate PDF
99-
command: cd book/config && make VERSION=1.2.2 pdf
99+
command: cd book/config && make VERSION="$(npx -c 'echo "$npm_package_version"')" pdf
100100

101101
- store_artifacts:
102102
path: book/dist

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /