From 3a68d793fdd17df592091f6a12e21085a727c287 Mon Sep 17 00:00:00 2001 From: Jean-Marie RENOUARD Date: Wed, 22 Mar 2023 16:21:09 +0100 Subject: [PATCH] fix: adding cd to good directory for update part --- .github/workflows/update_cve_and_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index cb368b5..c5ce141 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -30,9 +30,9 @@ jobs: - name: Update CVE and docs run: | pwd - cd .. + cd ./build pwd - sudo bash ./build/updateStaff.sh + sudo bash ./updateStaff.sh # Runs a single command using the runners shell - name: Commit CVE result to repo