Skip to content

Commit

Permalink
Remove --verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Oct 2, 2024
1 parent 1d067cd commit 36eb710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
if: (github.event_name != 'pull_request')

- name: Build docs to check for errors
run: mkdocs build --verbose
run: mkdocs build
if: (github.event_name == 'pull_request')

0 comments on commit 36eb710

Please sign in to comment.