Skip to content

Commit 9c82fde

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 9835881 commit 9c82fde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,22 +41,22 @@ jobs:
4141
uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0
44-
44+
4545
- name: 🐍 Set up Python
4646
uses: actions/setup-python@v5
4747
with:
4848
python-version: '3.8'
49-
49+
5050
- name: 📚 Install MkDocs and dependencies
5151
run: |
5252
python -m pip install --upgrade pip
5353
pip install mkdocs-material mkdocstrings mkdocstrings[python]
5454
pip install ".[dev]"
55-
55+
5656
- name: 🏗️ Build documentation
5757
run: |
5858
mkdocs build
59-
59+
6060
- name: 🚀 Deploy to GitHub Pages
6161
uses: peaceiris/actions-gh-pages@v3
6262
with:

0 commit comments

Comments
 (0)