From: Jérémie Astor Date: Fri, 18 Sep 2020 04:12:01 +0000 (+0200) Subject: init submodule X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e7091ae7814b9ee27d25e0968e52599a781c2f6f;p=gwion.git init submodule --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c68dca68..5f01e393 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,6 +77,10 @@ jobs: with: mdbook-version: 'latest' + - name: Get becnhmarks + run: | + git submodule update --init gwion-benchmarks + - name: Build book run: | export PATH=mdr:$PATH