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

Commit 7400795

Browse files
[circle] Fix link checker package (#3754)
1 parent cc205c8 commit 7400795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ commands:
291291
name: check for bad links
292292
working_directory: ~/ParlAI/
293293
command: |
294+
sudo apt-get update
294295
sudo apt-get install linkchecker
295296
python -m http.server --directory website/build >/dev/null &
296297
linkchecker http://localhost:8000/

0 commit comments

Comments
 (0)