From b870af9dd34ecf1a631b3e8bbfa63ae2afac86ce Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Wed, 22 Mar 2023 16:02:49 +0100 Subject: [PATCH] fix: cwd is incorrect - again --- .github/workflows/update_cve_and_docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index 24fcb19..fc3fc69 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -23,10 +23,11 @@ jobs: - name: Install dependencies run: | cd build - sudo bash ./build/installStaff.sh + sudo bash ./installStaff.sh - name: Update CVE and docs run: | + cd .. sudo bash ./build/updateStaff.sh # Runs a single command using the runners shell