We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2a2fb commit cb9c403Copy full SHA for cb9c403
1 file changed
.github/workflows/validate_docs_build.yml
@@ -42,7 +42,7 @@ jobs:
42
run: cd docs && npm ci && hugo --minify --gc --config config/production/hugo.toml
43
44
- name: Check internal links
45
- uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2
+ uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2
46
with:
47
# --remap makes lychee resolve absolute docs.defectdojo.com URLs against
48
# the freshly built site, so absURL-rendered links (e.g. nav menu items)
0 commit comments