From a41b68be4fd890969e88867cb6b2d4d0ac400292 Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Wed, 22 Mar 2023 15:57:43 +0100 Subject: [PATCH] fix: cwd is incorrect --- .github/workflows/update_cve_and_docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index ac2b190..64de9dc 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -22,10 +22,12 @@ jobs: - name: Install dependencies run: | + cd build sudo bash ./build/installStaff.sh - name: Update CVE and docs run: | + cd build sudo bash ./build/updateStaff.sh # Runs a single command using the runners shell