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

Commit

Permalink
[circle] Fix link checker package (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenroller committed Jun 28, 2021
1 parent cc205c8 commit 7400795
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -291,6 +291,7 @@ commands:
name: check for bad links
working_directory: ~/ParlAI/
command: |
sudo apt-get update
sudo apt-get install linkchecker
python -m http.server --directory website/build >/dev/null &
linkchecker http://localhost:8000/
Expand Down

0 comments on commit 7400795

Please sign in to comment.