fix: adding cd to good directory
This commit is contained in:
parent
0ea8e42ab7
commit
ac76b78f39
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update_cve_and_docs.yml
vendored
2
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -29,6 +29,8 @@ jobs:
|
|||
|
||||
- name: Update CVE and docs
|
||||
run: |
|
||||
pwd
|
||||
cd ..
|
||||
pwd
|
||||
sudo bash ./build/updateStaff.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue