diff --git a/.github/workflows/link-check.yaml b/.github/workflows/link-check.yaml index f5919d0..4409876 100644 --- a/.github/workflows/link-check.yaml +++ b/.github/workflows/link-check.yaml @@ -24,6 +24,7 @@ jobs: --exclude "^https://www\\.broadinstitute\\.org/" --exclude "^https://www\\.eu-openscreen\\.eu/" --exclude "^https://doi\\.org/" + --exclude "^https://gohugo\\.io/installation/" 'content/**/*.md' '*.md' fail: true diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39f1267..02521b6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: exclude: ^content/ additional_dependencies: - mdformat-gfm==1.0.0 - - mdformat-frontmatter==2.0.10 + - mdformat-frontmatter==2.1.2 # HTML linting — exclude Hugo template files (contain {{ }} syntax) - repo: https://github.com/Lucas-C/pre-commit-hooks-nodejs rev: v1.1.2