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 66 push :
77 branches :
88 - main
9+ - ' branch-**'
910 paths :
1011 - " docs/**"
1112 workflow_dispatch :
@@ -16,14 +17,15 @@ jobs:
1617 timeout-minutes : 10
1718 steps :
1819 - name : Checkout
19- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2021 with :
22+ ref : ${{ github.event.repository.default_branch }}
2123 persist-credentials : false
2224 fetch-depth : 0
2325 - name : Set up Python
24- uses : actions/setup-python@v3
26+ uses : actions/setup-python@v5
2527 with :
26- python-version : 3.7
28+ python-version : ' 3.10 '
2729 - name : Set up env
2830 run : make -C docs setupenv
2931 - name : Build docs
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 timeout-minutes : 10
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020 with :
2121 persist-credentials : false
2222 fetch-depth : 0
2323 - name : Set up Python
24- uses : actions/setup-python@v3
24+ uses : actions/setup-python@v5
2525 with :
26- python-version : 3.7
26+ python-version : ' 3.10 '
2727 - name : Set up env
2828 run : make -C docs setupenv
2929 - name : Build docs
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ python = "^3.9"
99pyyaml = " 6.0.1"
1010pygments = " 2.15.1"
1111redirects_cli =" ~0.1.2"
12- sphinx-scylladb-theme = " ~1.6.1 "
12+ sphinx-scylladb-theme = " ~1.7.2 "
1313sphinx-sitemap = " 2.5.1"
1414sphinx-autobuild = " 2021.3.14"
1515Sphinx = " 7.2.6"
You can’t perform that action at this time.
0 commit comments