Skip to content

Commit

Permalink
Attempt path resolution fix on prod
Browse files Browse the repository at this point in the history
  • Loading branch information
flofriday committed Dec 21, 2024
1 parent b501bc4 commit 88bf98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
git pull
npm install
npx tailwindcss --minify -i app/templates/template.css -o app/static/style.css
echo "Running uv as $USER" > ci.txt
uv sync
echo "Running uv as $USER on $SHELL" > ci.txt
/usr/bin/bash -c 'uv sync'
systemctl --user restart bettercal.service

0 comments on commit 88bf98c

Please sign in to comment.