Skip to content

Commit

Permalink
Update docs_link_check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushalsarode authored Oct 29, 2024
1 parent 4a22f7d commit f39df79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docs_link_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
run: |
python -m pip install --upgrade pip #upgrading pip
pip install -r docs/requirements.txt
pip install sphinx-linkcheck
echo "Dependencies installed."
# Run Sphinx linkcheck to check for broken URLs
- name: Run Sphinx linkcheck
Expand Down Expand Up @@ -56,7 +55,7 @@ jobs:
echo "!!!!!!!!!!!!!!!!!!!!!!!!"
echo "Broken links found."
echo "!!!!!!!!!!!!!!!!!!!!!!!!"
exit 1
#exit 1
else
echo "#########################"
echo "No broken links found."
Expand Down

0 comments on commit f39df79

Please sign in to comment.