mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +08:00
Merge pull request #1351 from Codium-ai/tr/fix_docs
Fixed mkdocs emoji configuration after pre-commit error
This commit is contained in:
31
.github/workflows/pre-commit.yml
vendored
31
.github/workflows/pre-commit.yml
vendored
@ -1,15 +1,16 @@
|
||||
name: pre-commit
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v5
|
||||
# SEE https://github.com/pre-commit/action
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
# disabled. We might run it manually if needed.
|
||||
#name: pre-commit
|
||||
#
|
||||
#on:
|
||||
# pull_request:
|
||||
# push:
|
||||
# branches: [main]
|
||||
#
|
||||
#jobs:
|
||||
# pre-commit:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# - uses: actions/setup-python@v5
|
||||
# # SEE https://github.com/pre-commit/action
|
||||
# - uses: pre-commit/action@v3.0.1
|
||||
|
@ -145,8 +145,8 @@ markdown_extensions:
|
||||
- md_in_html
|
||||
- attr_list
|
||||
- pymdownx.emoji:
|
||||
emoji_index: "!!python/name:material.extensions.emoji.twemoji"
|
||||
emoji_generator: "!!python/name:material.extensions.emoji.to_svg"
|
||||
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||||
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||||
- toc:
|
||||
title: On this page
|
||||
toc_depth: 3
|
||||
|
Reference in New Issue
Block a user