diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -144,12 +144,12 @@ docs: $(MKDOCS_YML) Documentation/* Documentation/Flashing/* Documentation/im docs-deploy: $(MKDOCS_YML) Documentation/* Documentation/Flashing/* Documentation/images/*
$(MKDOCS) gh-deploy -f $(MKDOCS_YML) -d ../site
-# routine check for autogenerated Documentation/README.md
+# routine check to verify documentation
test-md:
@echo ""
- @echo "---- Checking REAMDE.md... ----"
+ @echo "---- Checking documentation... ----"
@echo ""
- @/bin/sh ./scripts/deploy.sh docs_readme
+ @/bin/sh ./scripts/deploy.sh docs
# shell style & linter check (github CI version of shellcheck is more recent than alpine one so the latter may not catch some policies)
test-sh:
|