Skip to content

Commit 009721d

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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
2121
- run: pip install hatch
22-
- run: hatch run docs:deploy
22+
- run: hatch run docs:deploy --

0 commit comments

Comments
 (0)