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 d61fb2e commit 4a22f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs_link_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip #upgrading pip
pip install -r docs/requirements.txt #installing the required packages from repo docs/requirements.txt
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

0 comments on commit 4a22f7d

Please sign in to comment.