We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7acc744 commit b8cc9e3Copy full SHA for b8cc9e3
.github/workflows/docs.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Install dependencies
31
run: |
32
- uv sync
+ uv sync --extra dev
33
34
- name: Test MkDocs build
35
.github/workflows/release.yaml
@@ -9,6 +9,7 @@ on:
9
10
jobs:
11
build-and-release:
12
+ if: startsWith(github.ref, 'refs/tags/')
13
runs-on: ubuntu-latest
14
permissions:
15
contents: write
0 commit comments