Skip to content

Commit

Permalink
Update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 7, 2024
1 parent 836e346 commit 9e54de9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
UV_EXTRA_INDEX_URL: ${{ secrets.UV_EXTRA_INDEX_URL }}
- run: |
if [[ -n "${{ github.head_ref }}" && "${{ github.repository }}" != "${{ github.event.pull_request.head.repo.full_name }}" ]]; then
mkdocs build --no-strict
uv run mkdocs build --no-strict
else
mkdocs build
uv run mkdocs build
fi
test:
Expand Down Expand Up @@ -120,8 +120,8 @@ jobs:
path: coverage
- run: uv pip install coverage[toml]
- run: ls -lh coverage
- run: coverage combine coverage
- run: coverage xml
- run: uv run coverage combine coverage
- run: uv run coverage xml
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 9e54de9

Please sign in to comment.