Upgrading to latest workflow

This commit is contained in:
Ashlee Boyer 2023-01-23 17:06:33 -05:00
parent 69506cf6a0
commit 40c70a54f5

View File

@ -1,14 +1,11 @@
name: Legacy Link Format Checker
on:
push:
paths:
- "website/content/**/*.mdx"
- "website/data/*-nav-data.json"
on: [deployment_status]
jobs:
check-links:
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@d7c2fceac2dc41e3f857f1ce7c344141fd6a13dd
if: github.event.deployment_status.state == 'success'
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@d3c23a582bc0e02a62545644f1fb0a3922cc4b17
with:
repo-owner: "hashicorp"
repo-name: "vagrant"