Skip to content

Commit

Permalink
Add --verbose to docs build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 24, 2020
1 parent 57e52e6 commit 4884e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
pip install -r requirements-docs.txt
- name: Build
run: mkdocs build --strict
run: mkdocs build --strict --verbose

test_build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4884e87

Please sign in to comment.