Skip to content

Commit 1b73425

Browse files
committed
[TEST] Fix GitHub pages deployment
1 parent ffc45a2 commit 1b73425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515

1616
- uses: actions/setup-python@v5
1717
with:
18-
python-version: 3.x
18+
python-version: 3.X
1919

2020
# Use configured `hatch` environment for MkDocs deployment
21-
- run: pip install hatch
21+
- run: pip install click==8.2.1 hatch
2222
- run: hatch run docs:deploy

0 commit comments

Comments
 (0)