From 312679c5ac29b07eef296a96757dd716749266e4 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 16 Jan 2021 15:15:11 +0900 Subject: [PATCH] docs: bump mdbook from 0.4.5 to 0.4.6 (#367) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48b98f8..aa9e6a1 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ jobs: - name: Setup mdBook uses: peaceiris/actions-mdbook@v1 with: - mdbook-version: '0.4.5' + mdbook-version: '0.4.6' # mdbook-version: 'latest' - run: mdbook build @@ -124,7 +124,7 @@ How to sync a mdBook version between a Docker Compose and a GitHub Actions workf Write a `MDBOOK_VERSION` to the `.env` file like the following and push it to a remote branch. ```sh -MDBOOK_VERSION=0.4.5 +MDBOOK_VERSION=0.4.6 ``` Next, add a step to read a mdBook version from the `.env` file.