fix: cwd is incorrect - again
This commit is contained in:
parent
c09af858d5
commit
b870af9dd3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update_cve_and_docs.yml
vendored
3
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue