File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- master
9
+ - ' branch-**'
9
10
paths :
10
11
- " docs/**"
11
12
workflow_dispatch :
@@ -15,14 +16,15 @@ jobs:
15
16
runs-on : ubuntu-latest
16
17
steps :
17
18
- name : Checkout
18
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
19
20
with :
21
+ ref : ${{ github.event.repository.default_branch }}
20
22
persist-credentials : false
21
23
fetch-depth : 0
22
24
- name : Set up Python
23
- uses : actions/setup-python@v3
25
+ uses : actions/setup-python@v5
24
26
with :
25
- python-version : 3.9
27
+ python-version : ' 3.10 '
26
28
- name : Set up env
27
29
run : make -C docs setupenv
28
30
- name : Build driver
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
persist-credentials : false
20
20
fetch-depth : 0
21
21
- name : Set up Python
22
- uses : actions/setup-python@v3
22
+ uses : actions/setup-python@v5
23
23
with :
24
- python-version : 3.9
24
+ python-version : ' 3.10 '
25
25
- name : Set up env
26
26
run : make -C docs setupenv
27
27
- name : Build driver
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ recommonmark = "0.7.1"
17
17
redirects_cli =" ~0.1.2"
18
18
sphinx-autobuild = " 2021.3.14"
19
19
sphinx-sitemap = " 2.5.1"
20
- sphinx-scylladb-theme = " ~1.6.1 "
20
+ sphinx-scylladb-theme = " ~1.7.2 "
21
21
sphinx-multiversion-scylla = " ~0.3.1"
22
22
Sphinx = " 7.2.6"
23
23
scales = " ^1.0.9"
You can’t perform that action at this time.
0 commit comments