diff --git a/.github/workflows/htmltest.yaml b/.github/workflows/htmltest.yaml index 4d6f2f8605b..647d0289cf8 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 033409db717..9a0d418203a 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