Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2977 from dholbach/move-back-to-upstream-gh-action
Browse files Browse the repository at this point in the history
build: move back to upstream gh action
  • Loading branch information
stefanprodan authored Apr 6, 2020
2 parents 1b71825 + b0ae7ff commit 414bbd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- uses: actions/checkout@v2
# Using markdown-link-check to check markdown docs
- name: Link Checker (for top-level markdown docs)
uses: dholbach/github-action-markdown-link-check@add-max-depth
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown-link-check-config.json'
folder-path: ./
max-depth: 1
- name: Link Checker (for ./internal markdown docs)
uses: dholbach/github-action-markdown-link-check@add-max-depth
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-verbose-mode: 'yes'
folder-path: ./internal/docs/
Expand Down

0 comments on commit 414bbd0

Please sign in to comment.