File tree 3 files changed +6
-7
lines changed
_themes/wazuh_doc_theme_v3/template-parts
3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 6
6
# events but only for the master branch
7
7
on :
8
8
push :
9
- branches : [ 3.11 ]
9
+ branches : [ main ]
10
10
pull_request :
11
- branches : [ 3.11 ]
11
+ branches : [ main ]
12
12
13
13
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
14
14
jobs :
@@ -18,12 +18,12 @@ jobs:
18
18
runs-on : ubuntu-latest
19
19
strategy :
20
20
matrix :
21
- python-version : [3.9, 3.10, 3. 11]
21
+ python-version : [3.9, 3.11]
22
22
23
23
steps :
24
24
- uses : actions/checkout@v2
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v1
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
38
38
- name : Run a multi-line script
39
39
run : |
40
40
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