diff --git a/.github/workflows/update_cve_and_docs.yml b/.github/workflows/update_cve_and_docs.yml index fc3fc69..93bd82f 100644 --- a/.github/workflows/update_cve_and_docs.yml +++ b/.github/workflows/update_cve_and_docs.yml @@ -22,12 +22,14 @@ jobs: - name: Install dependencies run: | + pwd cd build + pwd sudo bash ./installStaff.sh - name: Update CVE and docs run: | - cd .. + pwd sudo bash ./build/updateStaff.sh # Runs a single command using the runners shell