We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90739f commit 454cf29Copy full SHA for 454cf29
1 file changed
scripts/dev_docs.sh
@@ -27,6 +27,7 @@ if [[ ! -d "$NVM_DIR" ]]; then
27
git clone https://github.com/nvm-sh/nvm.git "$NVM_DIR"
28
cd "$NVM_DIR"
29
git checkout "$(git describe --abbrev=0 --tags --match "v[0-9]*" "$(git rev-list --tags --max-count=1)")"
30
+ cd "$WORKSPACE"
31
fi
32
source "$NVM_DIR/nvm.sh"
33
0 commit comments