Remove unknown flag for hugo

This commit is contained in:
Li-Wen Hsu 2022-03-22 16:32:14 +08:00
parent 3ff85a3cf5
commit 0e8016e2bc
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ task:
install_script:
- pkg install -y docproj
test_script:
- make HUGO_ARGS="--verbose --debug --path-warnings"
- make HUGO_ARGS="--verbose --debug"