fix: cwd is incorrect
This commit is contained in:
parent
c0ebc46b4c
commit
a41b68be4f
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
|
@ -22,10 +22,12 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
cd build
|
||||||
sudo bash ./build/installStaff.sh
|
sudo bash ./build/installStaff.sh
|
||||||
|
|
||||||
- name: Update CVE and docs
|
- name: Update CVE and docs
|
||||||
run: |
|
run: |
|
||||||
|
cd build
|
||||||
sudo bash ./build/updateStaff.sh
|
sudo bash ./build/updateStaff.sh
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
|
|
Loading…
Reference in a new issue