mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-14 16:11:03 +00:00
ci: disable broken hyperlink check
This commit is contained in:
parent
cc57325497
commit
142f8d0a65
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -109,7 +109,7 @@ jobs:
|
||||||
flake-docs-linkcheck:
|
flake-docs-linkcheck:
|
||||||
name: "Validate hyperlinks in documentation sources"
|
name: "Validate hyperlinks in documentation sources"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: "!contains(github.event.pull_request.title, '[skip ci]')"
|
if: false # disabled until we fix ndg docs
|
||||||
steps:
|
steps:
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue