]> Nishi Git Mirror - gwion.git/commitdiff
install mdbook
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 20:42:23 +0000 (21:42 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 20:42:23 +0000 (21:42 +0100)
.github/workflows/build.yml

index f69ae9f554d9f2b394c7321269426fb736b81955..62ed127ffdc7bdef357bf6e7614c43fa5b4a80ad 100644 (file)
@@ -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,