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