aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2022-03-22 08:32:14 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2022-03-22 08:32:14 +0000
commit0e8016e2bca21630ab6a1af91dade88e1799fcf4 (patch)
tree8558f48c6e88a52d816e0df1785fca577f1bfb54 /.cirrus.yml
parent3ff85a3cf50d6f99925d5d236bc976efa2848633 (diff)
downloaddoc-0e8016e2bca21630ab6a1af91dade88e1799fcf4.tar.gz
doc-0e8016e2bca21630ab6a1af91dade88e1799fcf4.zip
Remove unknown flag for hugo
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index f5478f7be3..e828d58f33 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -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"