From 2721322d025bdd989f21c2f58bfac850029d3f79 Mon Sep 17 00:00:00 2001 From: John Carter Date: Sat, 14 Dec 2024 22:23:53 +1300 Subject: [PATCH] Tidyup workflow (#94) --- .github/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 02a27c7..f5452d1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -16,13 +16,13 @@ jobs: - uses: 'actions/checkout@v4.2.0' with: fetch-depth: 2 + - name: Install uv + uses: astral-sh/setup-uv@v4 - name: UV sync id: uv-sync # a new commit will not trigger this workflow again run: | - pipx install uv ./scripts/uv-sync.sh - - name: Commit file uses: ryancyq/github-signed-commit@v1 env: