Skip to content

Commit 460bd41

Browse files
author
Xavier Berger
committed
ci(doc): remove incompatible plugin before checking documentation
1 parent b2dbac9 commit 460bd41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/esphome-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
5353
- name: 🏗️ MkDocs Build
5454
run: |
55+
# Remove plugin not supported in CI which has no impact in documentation check
56+
sed -i '/git-revision-date-localized:/,+1d' mkdocs.yml
5557
# The --strict flag causes the build to fail if any warnings or broken links are detected
5658
mkdocs build --strict
5759

0 commit comments

Comments
 (0)