Compare commits

...

3 commits

Author SHA1 Message Date
Soliprem
0894dd6eec
Merge pull request #1275 from horriblename/ci-disable-hyperlink-check
ci: disable hyperlink check
2025-12-12 01:20:57 +01:00
Soliprem
ffec23e199
Merge branch 'v0.8' into ci-disable-hyperlink-check 2025-12-12 00:57:24 +01:00
Ching Pei Yang
142f8d0a65
ci: disable broken hyperlink check 2025-12-11 22:29:46 +01:00

View file

@ -109,7 +109,7 @@ jobs:
flake-docs-linkcheck:
name: "Validate hyperlinks in documentation sources"
runs-on: ubuntu-latest
if: "!contains(github.event.pull_request.title, '[skip ci]')"
if: false # disabled until we fix ndg docs
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main