Skip to content

Commit 454cf29

Browse files
committed
Working dir fix
1 parent d90739f commit 454cf29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/dev_docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ if [[ ! -d "$NVM_DIR" ]]; then
2727
git clone https://github.com/nvm-sh/nvm.git "$NVM_DIR"
2828
cd "$NVM_DIR"
2929
git checkout "$(git describe --abbrev=0 --tags --match "v[0-9]*" "$(git rev-list --tags --max-count=1)")"
30+
cd "$WORKSPACE"
3031
fi
3132
source "$NVM_DIR/nvm.sh"
3233

0 commit comments

Comments
 (0)