mirror of
https://github.com/pi-hole/docs.git
synced 2026-04-17 15:43:16 +01:00
Update build.yml (#314)
Remove `--verbose` when running mkdocs since the warnings are hidden in all this text
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user