Skip to content

Commit

Permalink
doc: update book title
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvanduocit committed Dec 4, 2020
1 parent f8e158d commit afbdbf1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master

- name: Setup Environment directory
run: |
echo "FILE_LIST=$(printf '"%s" ' chapters/*.md)" >> $GITHUB_ENV
echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_ENV
- name: Find and Replace
uses: jacobtomlinson/gha-find-replace@master
with:
find: "vx.x.x"
replace: ${{ env.VERSION }}
include: "metadata.yml"
- uses: docker://pandoc/latex:latest
with:
args: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Review
on:
pull_request:
branches:
- master
- '*'
jobs:
build:
runs-on: ubuntu-18.04
Expand Down
12 changes: 6 additions & 6 deletions metadata.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
---
title:
- type: main
text: My Book
text: My Reading vx.x.x
- type: subtitle
text: An investigation of metadata
description: The book description
text: Collection is numerous of articles from around the net.
description: I collect these articles just to create ebook for reading on kindle. It may include many conflicting or inappropriate perspectives.
creator:
- role: author
text: John Smith
text: Unknown
- role: editor
text: Sarah Jones
text: Myself
- role: Cover designer
text: Myself
publisher: Myself
rights: No License
lang: en-US
tags: [pandoc, book, my-book, etc]
tags: [pandoc, ebook]
linkReferences: true
---

0 comments on commit afbdbf1

Please sign in to comment.