Skip to content

Commit

Permalink
Update deployment workflow to use 'uv run'
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-su committed Nov 16, 2024
1 parent 8a73f1d commit 893bab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: uv sync --group docs

- name: Build docs
run: mkdocs build
run: uv run mkdocs build

- name: Run playbook
uses: dawidd6/action-ansible-playbook@v2
Expand Down

0 comments on commit 893bab1

Please sign in to comment.