git: 0e8016e2bc - main - Remove unknown flag for hugo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 08:32:33 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/doc/commit/?id=0e8016e2bca21630ab6a1af91dade88e1799fcf4 commit 0e8016e2bca21630ab6a1af91dade88e1799fcf4 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-03-22 08:32:14 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> 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"