Skip to content

Commit 039f7b9

Browse files
author
DvirDukhan
authored
Merge pull request #862 from RedisAI/ck-docfix3.9
tying docs builds to 3.9 until mkdocs is upgraded
2 parents fd04b03 + 378b89e commit 039f7b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Deploy docs to website
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- master
@@ -16,9 +17,9 @@ jobs:
1617
steps:
1718
- uses: actions/checkout@v2.1.1
1819
- name: Set up Python 3.x
19-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v2
2021
with:
21-
python-version: '3.x'
22+
python-version: '3.9'
2223
- name: Display Python version
2324
run: python -c "import sys; print(sys.version)"
2425
- name: Install docs dependencies

0 commit comments

Comments
 (0)