Skip to content

Commit 1746e16

Browse files
committed
fix: small ci adjustments
1 parent 8af84cb commit 1746e16

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Build documentation
2525
run: |
2626
git fetch origin gh-pages
27-
mike delete main
28-
mike deploy --push main
27+
uv run mike delete main
28+
uv run mike deploy --push main

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010

1111
jobs:
1212
Linting:
13+
if: github.event_name == 'pull_request'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)