mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
6e425f7428
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Updating docs-content-check-legacy-links-format hash * Migrating links to new format Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
18 lines
468 B
YAML
18 lines
468 B
YAML
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"
|