From bb987adcc05f1f0cc7de89c40f3a45500fe12824 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 12 Jul 2021 02:23:29 +0900 Subject: [PATCH] docs: Pin 0.4.10 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9cbc6f..2c254ed 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ jobs: - name: Setup mdBook uses: peaceiris/actions-mdbook@v1 with: - mdbook-version: '0.4.8' + mdbook-version: '0.4.10' # mdbook-version: 'latest' - run: mdbook build @@ -129,7 +129,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.8 +MDBOOK_VERSION=0.4.10 ``` Next, add a step to read a mdBook version from the `.env` file.