Skip to content

Commit

Permalink
chore: enable HTMLTest debug logging (keptn#2924)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
  • Loading branch information
mowies authored and bacherfl committed Feb 5, 2024
1 parent d4d14d9 commit 3a3a1ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/htmltest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a3a1ee

Please sign in to comment.