We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42d73c commit 28fb6c6Copy full SHA for 28fb6c6
.github/workflows/deploy-website.yaml
@@ -19,4 +19,4 @@ jobs:
19
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
20
git remote set-url origin "https://github.com/${GITHUB_REPOSITORY}.git"
21
- name: Build and Deploy
22
- run: rye run broken website --deploy
+ run: uv run broken website --deploy
0 commit comments