FA CSS fix for MkDocs share buttons (#6437)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2023-11-19 15:56:38 +01:00 committed by GitHub
parent 652dc6f4b7
commit 17edc5cf1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 79 additions and 72 deletions

View file

@ -45,6 +45,8 @@ jobs:
--exclude-path docs/de \
--exclude-path docs/ja \
--exclude-path docs/ko \
--exclude-path docs/hi \
--exclude-path docs/ar \
--exclude-mail \
--github-token ${{ secrets.GITHUB_TOKEN }} \
'./**/*.md' './**/*.html'
@ -69,6 +71,8 @@ jobs:
--exclude-path docs/de \
--exclude-path docs/ja \
--exclude-path docs/ko \
--exclude-path docs/hi \
--exclude-path docs/ar \
--exclude-mail \
--github-token ${{ secrets.GITHUB_TOKEN }} \
'./**/*.md' './**/*.html' './**/*.yml' './**/*.yaml' './**/*.py' './**/*.ipynb'