diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2024-09-30 11:16:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-30 11:16:28 -0400 |
| commit | 18791a4e6e08de406e9c1e257cc4be2a85f29eea (patch) | |
| tree | 0a32b7b821a229e0bbdf11775f3e66c2fce24217 /.github/workflows | |
| parent | 69d3e0c46e34a57e6cfcb58d36b28c6f0beb134e (diff) | |
feat(config): Allow avoiding reading default config file (#2227)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 89d376b7..76b0113a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -52,5 +52,7 @@ jobs: --exclude="https://docs\.aws.*" \ --exclude="https://linux.die\.net.*" \ --exclude="https://jqplay\.org.*" \ + --exclude="https://json\.org.*" \ + --exclude="https://goessner\.net.*" kill %1 |
