Skip to content

Commit

Permalink
Changed filepath in ghActions to use TARGET secret
Browse files Browse the repository at this point in the history
  • Loading branch information
FabiKogWi committed Jun 12, 2024
1 parent e77ab6c commit bb35e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateWebsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb35e6e

Please sign in to comment.