backport of commit c04073135b4fd3b1564011ef4c765ec0b130d10d (#17650)
Co-authored-by: Bryce Kalow <bkalow@hashicorp.com>
This commit is contained in:
parent
4d61326013
commit
5a7651672a
|
@ -1,20 +0,0 @@
|
|||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
name: Legacy Link Format Checker
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "website/content/**/*.mdx"
|
||||
- "website/data/*-nav-data.json"
|
||||
|
||||
jobs:
|
||||
check-links:
|
||||
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@475289345d312552b745224b46895f51cc5fc490
|
||||
with:
|
||||
repo-owner: "hashicorp"
|
||||
repo-name: "consul"
|
||||
commit-sha: ${{ github.sha }}
|
||||
mdx-directory: "website/content"
|
||||
nav-data-directory: "website/data"
|
Loading…
Reference in New Issue