Skip to content

Commit

Permalink
ci: Build mkdocs in strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ltoenning committed Nov 8, 2023
1 parent 595ec6d commit 1ffc31c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-sola.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
tar xzfv doxygen-1.9.8.linux.bin.tar.gz -C ~
rm doxygen-1.9.8.linux.bin.tar.gz
- name: Build mkdocs
run: mkdocs build
run: mkdocs build --strict
- name: Build doxygen
run: |
export PATH="~/doxygen-1.9.8/bin:$PATH"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Build mkdocs
run: mkdocs build
run: mkdocs build --strict
- name: Build doxygen
run: |
export PATH="~/doxygen-1.9.8/bin:$PATH"
Expand Down

0 comments on commit 1ffc31c

Please sign in to comment.