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