Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Oct 7, 2024
1 parent 0e81f94 commit 4ae6c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
uv run mkdocs build --no-strict
uv run --no-sync mkdocs build --no-strict
else
uv run mkdocs build
uv run --no-sync mkdocs build
fi
test:
Expand Down

0 comments on commit 4ae6c6e

Please sign in to comment.