Skip to content

Commit

Permalink
fix(github): script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoulaud committed Sep 24, 2024
1 parent 373cf90 commit 1b12006
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Ensure pnpm is in the PATH
echo "Setting up PATH..."
export PATH="/home/$USER/.npm-global/bin:$PATH"
export PATH="/home/$USER/.local/share/pnpm:$PATH"
# Navigate to the frontend project directory
echo "Changing to project directory..."
Expand All @@ -60,8 +60,8 @@ jobs:
else
echo "pnpm could not be found"
echo "Current PATH: $PATH"
echo "Content of /home/$USER/.npm-global/bin:"
ls -l /home/$USER/.npm-global/bin
echo "Attempting to find pnpm..."
find /home -name pnpm 2>/dev/null
exit 1
fi
Expand Down

0 comments on commit 1b12006

Please sign in to comment.