Skip to content

Commit

Permalink
Merge pull request #13068 from hashicorp/amb.upgrade-link-format-work…
Browse files Browse the repository at this point in the history
…flow

[check-legacy-links-format] Upgrading to latest workflow
  • Loading branch information
ashleemboyer authored Jan 23, 2023
2 parents 24a830a + b388ddd commit 1f2ad2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/check-legacy-links-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Legacy Link Format Checker
on:
push:
paths:
- 'website/content/**/*.mdx'
- 'website/data/*-nav-data.json'
- "website/content/**/*.mdx"
- "website/data/*-nav-data.json"

jobs:
check-links:
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@d7c2fceac2dc41e3f857f1ce7c344141fd6a13dd
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@475289345d312552b745224b46895f51cc5fc490
with:
repo-owner: 'hashicorp'
repo-name: 'vagrant'
repo-owner: "hashicorp"
repo-name: "vagrant"
commit-sha: ${{ github.sha }}
mdx-directory: 'website/content'
nav-data-directory: 'website/data'
mdx-directory: "website/content"
nav-data-directory: "website/data"

0 comments on commit 1f2ad2f

Please sign in to comment.