diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 62cfd0acb8..ddf862e299 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -2,13 +2,16 @@ name: CI +permissions: + contents: read + # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: - branches: [ 3.11 ] + branches: [ 4.1 ] pull_request: - branches: [ 3.11 ] + branches: [ 4.1 ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: @@ -18,12 +21,12 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.9, 3.10, 3.11] + python-version: [3.9, 3.11] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -38,4 +41,3 @@ jobs: - name: Run a multi-line script run: | make html - diff --git a/source/_themes/wazuh_doc_theme_v3/template-parts/header.html b/source/_themes/wazuh_doc_theme_v3/template-parts/header.html index 479b07d78a..d48c348b9e 100644 --- a/source/_themes/wazuh_doc_theme_v3/template-parts/header.html +++ b/source/_themes/wazuh_doc_theme_v3/template-parts/header.html @@ -146,7 +146,7 @@ Our team