mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
Delete check-legacy-links-format.yml (#17380)
This commit is contained in:
17
.github/workflows/check-legacy-links-format.yml
vendored
17
.github/workflows/check-legacy-links-format.yml
vendored
@@ -1,17 +0,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: "nomad"
|
||||
commit-sha: ${{ github.sha }}
|
||||
mdx-directory: "website/content"
|
||||
nav-data-directory: "website/data"
|
||||
Reference in New Issue
Block a user