From a06f279de8af7b3713aee68c56c8ff233a317c81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 16 Jan 2020 21:42:23 +0100 Subject: [PATCH] install mdbook --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f69ae9f5..62ed127f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,6 +25,12 @@ jobs: cd Gwion git submodule update --init util ast make + + - name: MdBook + uses: peaceiris/actions-mdbook@v1 + with: + mdbook-version: 'latest' + - name: try mdr run: | echo Add other actions to build, -- 2.43.0