From 8ae010d93050db73fc2ca87c20b1ec689f0ca993 Mon Sep 17 00:00:00 2001 From: leibale Date: Mon, 13 Dec 2021 14:26:28 -0500 Subject: [PATCH] fix documentation workflow --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e07848a643..50652a250b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,6 +17,8 @@ jobs: uses: actions/setup-node@v2.3.0 - name: Install Packages run: npm ci + - name: Build tests tools + run: npm run build:tests-tools - name: Generate Documentation run: npm run documentation - name: Upload