Skip to content

Commit

Permalink
[WIP] Touch up markdown-link-check NodeJS set up and relocate config.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Apr 16, 2022
1 parent 5c617e4 commit 276c44c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow-validate-repo-markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ on:
markdownLinkCheckConfig:
description: 'the path to the markdown link check config file'
required: false
default: 'scripts/config/.markdown-link-check/config.json'
default: 'build/config/.markdown-link-check/config.json'
type: string
workflow_dispatch:
branches:
- "*"
inputs:
ignorePattern:
description: 'a pattern provided to grep for files/directories to ignore'
Expand All @@ -40,7 +38,7 @@ jobs:
- name: Set up NodeJS
uses: actions/setup-node@v2
with:
node-version-file: '/build/.nvmrc'
node-version-file: 'build/.nvmrc'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Setup Dependencies
Expand Down

0 comments on commit 276c44c

Please sign in to comment.