We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8af84cb commit 1746e16Copy full SHA for 1746e16
.github/workflows/documentation.yml
@@ -24,5 +24,5 @@ jobs:
24
- name: Build documentation
25
run: |
26
git fetch origin gh-pages
27
- mike delete main
28
- mike deploy --push main
+ uv run mike delete main
+ uv run mike deploy --push main
.github/workflows/tests.yml
@@ -10,6 +10,7 @@ env:
10
11
jobs:
12
Linting:
13
+ if: github.event_name == 'pull_request'
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
0 commit comments