Update build.yml (#314)

Remove `--verbose` when running mkdocs since the warnings are hidden in all this text
This commit is contained in:
XhmikosR
2020-05-16 19:57:25 +03:00
committed by GitHub
parent bef0effc9c
commit c86a8040eb

View File

@@ -31,7 +31,7 @@ jobs:
run: python3 -m pip install -r requirements.txt
- name: Build docs
run: mkdocs build --clean --verbose
run: mkdocs build --clean
- name: Upload docs
uses: actions/upload-artifact@v1