Merge pull request #3521 from dapr/greenie-msft-patch-9

Update link_validation.yaml to temporarily fix docs link validation error
This commit is contained in:
greenie-msft 2023-06-08 16:28:06 -07:00 committed by GitHub
commit 125097bba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install setuptools wheel twine tox mechanical-markdown
pip3 uninstall -y mistune
pip3 install mistune~=2.0.5 --no-cache-dir
- name: Check Markdown Files
run: |
for name in `find . -name "*.md"`; do echo -e "------\n$name" ; mm.py -l $name || exit 1 ;done