Align Guides headings with mkdocs (#18431)

Signed-off-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Muhammad Rizwan Munawar 2024-12-29 00:05:35 +05:00 committed by GitHub
parent 6d4b2aff8c
commit ef16c56c99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -36,11 +36,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
with:
# Fetch depth 0 required for publishing to capture full author history
# Fetch depth 0 required to capture full docs author history
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
token: ${{ secrets._GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
ref: ${{ env.GITHUB_REF }}
fetch-depth: ${{ github.event_name == 'push' && 0 || 1 }}
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with: