Skip to content

Commit 23c0297

Browse files
fix pre-commit
1 parent 2fc1094 commit 23c0297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- uses: actions/setup-python@v4
1919
with:
2020
python-version: '3.12'
21-
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
21+
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2222
- uses: actions/cache@v4
2323
with:
2424
key: mkdocs-material-${{ env.cache_id }}
2525
path: .cache
2626
restore-keys: |
2727
mkdocs-material-
28-
- run: pip install -e .[dev]
28+
- run: pip install -e .[dev]
2929
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)