We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc45a2 commit 009721dCopy full SHA for 009721d
1 file changed
.github/workflows/deploy-docs.yaml
@@ -15,8 +15,8 @@ jobs:
15
16
- uses: actions/setup-python@v5
17
with:
18
- python-version: 3.x
+ python-version: 3.X
19
20
# Use configured `hatch` environment for MkDocs deployment
21
- run: pip install hatch
22
- - run: hatch run docs:deploy
+ - run: hatch run docs:deploy --
0 commit comments