Skip to content

Commit

Permalink
removed strict flag (#1216)
Browse files Browse the repository at this point in the history
* removed strict flag

* fixed validation to 1.4

* verbose logging

* changed directory urls

* revert

* reverted to remove strict tag

* fixed spacing

* reverted mkdoc.yml
  • Loading branch information
hickeydh-aws authored Mar 6, 2024
1 parent 32ee10c commit e0eb93e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mkdocs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ serve:
.PHONY: build
build:
@echo Building the site!
mkdocs build --strict --verbose
mkdocs build --verbose
2 changes: 1 addition & 1 deletion src/mkdocs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ plugins:
#debug_html: true
#verbose: true
#show_anchors: true
#enabled_if_env: ENABLE_PDF_EXPORT
#enabled_if_env: ENABLE_PDF_EXPORT

0 comments on commit e0eb93e

Please sign in to comment.