File tree 3 files changed +9
-7
lines changed
_themes/wazuh_doc_theme_v3/template-parts
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
name : CI
4
4
5
+ permissions :
6
+ contents : read
7
+
5
8
# Controls when the action will run. Triggers the workflow on push or pull request
6
9
# events but only for the master branch
7
10
on :
8
11
push :
9
- branches : [ 3.11 ]
12
+ branches : [ 3.12 ]
10
13
pull_request :
11
- branches : [ 3.11 ]
14
+ branches : [ 3.12 ]
12
15
13
16
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
17
jobs :
@@ -18,12 +21,12 @@ jobs:
18
21
runs-on : ubuntu-latest
19
22
strategy :
20
23
matrix :
21
- python-version : [3.9, 3.10, 3. 11]
24
+ python-version : [3.9, 3.11]
22
25
23
26
steps :
24
27
- uses : actions/checkout@v2
25
28
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v1
29
+ uses : actions/setup-python@v5
27
30
with :
28
31
python-version : ${{ matrix.python-version }}
29
32
38
41
- name : Run a multi-line script
39
42
run : |
40
43
make html
41
-
Original file line number Diff line number Diff line change 146
146
< a class ="dropdown-item " href ="{{ theme_wazuh_web_url + '/our-team/' }} " target ="_blank " rel ="noreferrer noopener "> Our team</ a >
147
147
</ li >
148
148
< li class ="nav-item ">
149
- < a class ="dropdown-item " href ="{{ theme_wazuh_web_url + '/newsroom /' }} " target ="_blank " rel ="noreferrer noopener "> Newsroom </ a >
149
+ < a class ="dropdown-item " href ="{{ theme_wazuh_web_url + '/resources /' }} " target ="_blank " rel ="noreferrer noopener "> Resources </ a >
150
150
</ li >
151
151
</ ul >
152
152
</ li >
Original file line number Diff line number Diff line change @@ -676,7 +676,7 @@ def creating_file_list(app, exception):
676
676
production = False
677
677
678
678
html_context = {
679
- "display_github" : True ,
679
+ "display_github" : False ,
680
680
"github_user" : "wazuh" ,
681
681
"github_repo" : "wazuh-documentation" ,
682
682
"conf_py_path" : "/source/" ,
You can’t perform that action at this time.
0 commit comments