Skip to content

Commit def2a61

Browse files
authored
tying docs builds to 3.9 until mkdocs is upgraded (RedisJSON#481)
1 parent 552b794 commit def2a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: Get all tags
2020
run: git fetch -t
2121
- name: Set up Python 3.x
22-
uses: actions/setup-python@v1
22+
uses: actions/setup-python@v2
2323
with:
24-
python-version: '3.x'
24+
python-version: '3.9'
2525
- name: Display Python version
2626
run: python -c "import sys; print(sys.version)"
2727
- name: Install docs dependencies

0 commit comments

Comments
 (0)