From ff81aebf43ac5f07f75e5b88c12bd0dbac0cda87 Mon Sep 17 00:00:00 2001 From: Bernd Gassmann Date: Mon, 12 Feb 2024 13:29:02 +0100 Subject: [PATCH] why is ci bash not understanding --- .github/workflows/check_documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_documentation.yml b/.github/workflows/check_documentation.yml index d078601636..253eb67926 100644 --- a/.github/workflows/check_documentation.yml +++ b/.github/workflows/check_documentation.yml @@ -29,7 +29,8 @@ jobs: - name: Install Dependencies run: | - bash eval BUILD_DOCU=true .github/workflows/install_dependencies.sh + export BUILD_DOCU=true + bash .github/workflows/install_dependencies.sh - name: Build Documentation and Test run: |