git: 0e8016e2bc - main - Remove unknown flag for hugo
Li-Wen Hsu <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/doc/commit/?id=0e8016e2bca21630ab6a1af91dade88e1799fcf4 commit 0e8016e2bca21630ab6a1af91dade88e1799fcf4 Author: Li-Wen Hsu <[email protected]> AuthorDate: 2022-03-22 08:32:14 +0000 Commit: Li-Wen Hsu <[email protected]> CommitDate: 2022-03-22 08:32:14 +0000 Remove unknown flag for hugo --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"