We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2dbac9 commit 460bd41Copy full SHA for 460bd41
.github/workflows/esphome-ci.yaml
@@ -52,6 +52,8 @@ jobs:
52
53
- name: 🏗️ MkDocs Build
54
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
57
# The --strict flag causes the build to fail if any warnings or broken links are detected
58
mkdocs build --strict
59
0 commit comments