From bb35e6e707aa371681bf7031192a58a2df21a70c Mon Sep 17 00:00:00 2001 From: FabiKogWi Date: Wed, 12 Jun 2024 12:00:55 +0200 Subject: [PATCH] Changed filepath in ghActions to use TARGET secret --- .github/workflows/updateWebsite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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