Skip to content

Commit

Permalink
Update check-links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Oct 14, 2024
1 parent 12badc9 commit 862f1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@main
- name: Dependencies
run: |
pip install --user git+https://github.com/linkchecker/linkchecker.git
pip install --user --break-system-packages git+https://github.com/linkchecker/linkchecker.git
echo "${HOME}/.local/bin" >> ${GITHUB_PATH}
- name: Fetch repository name
Expand Down

0 comments on commit 862f1af

Please sign in to comment.