fix: adding cd to good directory for update part
This commit is contained in:
parent
ac76b78f39
commit
3a68d793fd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update_cve_and_docs.yml
vendored
4
.github/workflows/update_cve_and_docs.yml
vendored
|
@ -30,9 +30,9 @@ jobs:
|
||||||
- name: Update CVE and docs
|
- name: Update CVE and docs
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
cd ..
|
cd ./build
|
||||||
pwd
|
pwd
|
||||||
sudo bash ./build/updateStaff.sh
|
sudo bash ./updateStaff.sh
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Commit CVE result to repo
|
- name: Commit CVE result to repo
|
||||||
|
|
Loading…
Reference in a new issue