Skip to content
Snippets Groups Projects
Commit 2d28abb1 authored by David Hrbáč's avatar David Hrbáč
Browse files

CI 404s test

parent 21cbce97
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ ext_links: ...@@ -53,7 +53,7 @@ ext_links:
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate
- pip install -r requirements.txt - pip install -r requirements.txt
- mkdocs serve - "mkdocs serve &"
script: script:
- wget --spider -o /tmp/wget.log -e robots=off -r -p http://127.0.0.1:8000 - wget --spider -o /tmp/wget.log -e robots=off -r -p http://127.0.0.1:8000
- sed -n '/^Found .* broken links.$/,$p' /tmp/wget.log - sed -n '/^Found .* broken links.$/,$p' /tmp/wget.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment