diff --git a/.github/workflows/updateWebsite.yml b/.github/workflows/updateWebsite.yml index 49877b7..c1446ed 100644 --- a/.github/workflows/updateWebsite.yml +++ b/.github/workflows/updateWebsite.yml @@ -40,7 +40,7 @@ jobs: nvm install 18.20.2 nvm use 18.20.2 # Later replace this with secrets.TARGET - cd /root/hyperrealistic_indoor_streetview + cd ${{ secrets.TARGET }} git pull yarn install