From 3a3a1eefb9138b87111e10dedcc6b4857e1d892e Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Wed, 31 Jan 2024 15:04:55 +0100 Subject: [PATCH] chore: enable HTMLTest debug logging (#2924) Signed-off-by: Florian Bacher --- .github/workflows/htmltest.yaml | 7 ------- docs/Makefile | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/htmltest.yaml b/.github/workflows/htmltest.yaml index 4d6f2f8605..647d0289cf 100644 --- a/.github/workflows/htmltest.yaml +++ b/.github/workflows/htmltest.yaml @@ -35,12 +35,5 @@ jobs: tmp/.htmltest key: ${{ runner.os }}-htmltest - - name: Cache Hugo packages - uses: actions/cache@v4 - with: - path: | - docs/tmp/.hugo - key: ${{ runner.os }}-hugo-${{ hashFiles('docs/go.sum') }} - - name: Check HTML run: make htmltest diff --git a/docs/Makefile b/docs/Makefile index 033409db71..9a0d418203 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -53,7 +53,7 @@ htmltest: docs-build -v $(PWD)/docs/.htmltest.yml:/.htmltest.yml \ -v ${PWD}/site:/site \ -v ${PWD}/tmp/.htmltest:/tmp/.htmltest \ - wjdp/htmltest:$(HTMLTEST_VERSION) -c /.htmltest.yml /site + wjdp/htmltest:$(HTMLTEST_VERSION) --log-level 0 -c /.htmltest.yml /site .PHONY: lint lint-fix lint: markdownlint