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