Disable pre-commit workflow and update mkdocs emoji configuration

This commit is contained in:
mrT23
2024-11-08 10:46:35 +02:00
parent dfb3d801cf
commit d956c72cb6
2 changed files with 18 additions and 17 deletions

View File

@ -1,15 +1,16 @@
name: pre-commit # disabled. We might run it manually if needed.
#name: pre-commit
on: #
pull_request: #on:
push: # pull_request:
branches: [main] # push:
# branches: [main]
jobs: #
pre-commit: #jobs:
runs-on: ubuntu-latest # pre-commit:
steps: # runs-on: ubuntu-latest
- uses: actions/checkout@v3 # steps:
- uses: actions/setup-python@v5 # - uses: actions/checkout@v3
# SEE https://github.com/pre-commit/action # - uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1 # # SEE https://github.com/pre-commit/action
# - uses: pre-commit/action@v3.0.1

View File

@ -145,8 +145,8 @@ markdown_extensions:
- md_in_html - md_in_html
- attr_list - attr_list
- pymdownx.emoji: - pymdownx.emoji:
emoji_index: "!!python/name:material.extensions.emoji.twemoji" emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: "!!python/name:material.extensions.emoji.to_svg" emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc: - toc:
title: On this page title: On this page
toc_depth: 3 toc_depth: 3