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