Skip to content

Commit 75896e2

Browse files
committed
replace config file
1 parent f8c30bb commit 75896e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ jobs:
1111
- run:
1212
name: Test
1313
command: npm test
14+
- name: Find and Replace
15+
uses: jacobtomlinson/gha-find-replace@master
16+
with:
17+
find: "coverimage: cover.png"
18+
replace: ""
19+
include: "./articles/config-ebook.yml"
1420
- run:
1521
name: Build PDF
1622
command: npm run pdf

0 commit comments

Comments
 (0)