Skip to content

Commit d956c72

Browse files
committed
Disable pre-commit workflow and update mkdocs emoji configuration
1 parent dfb3d80 commit d956c72

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

.github/workflows/pre-commit.yml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
name: pre-commit
2-
3-
on:
4-
pull_request:
5-
push:
6-
branches: [main]
7-
8-
jobs:
9-
pre-commit:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v5
14-
# SEE https://github.com/pre-commit/action
15-
- uses: pre-commit/[email protected]
1+
# disabled. We might run it manually if needed.
2+
#name: pre-commit
3+
#
4+
#on:
5+
# pull_request:
6+
# push:
7+
# branches: [main]
8+
#
9+
#jobs:
10+
# pre-commit:
11+
# runs-on: ubuntu-latest
12+
# steps:
13+
# - uses: actions/checkout@v3
14+
# - uses: actions/setup-python@v5
15+
# # SEE https://github.com/pre-commit/action
16+
# - uses: pre-commit/[email protected]

docs/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ markdown_extensions:
145145
- md_in_html
146146
- attr_list
147147
- pymdownx.emoji:
148-
emoji_index: "!!python/name:material.extensions.emoji.twemoji"
149-
emoji_generator: "!!python/name:material.extensions.emoji.to_svg"
148+
emoji_index: !!python/name:material.extensions.emoji.twemoji
149+
emoji_generator: !!python/name:material.extensions.emoji.to_svg
150150
- toc:
151151
title: On this page
152152
toc_depth: 3

0 commit comments

Comments
 (0)