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

Typo fix

parent c3ab9ac6
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ mkdocs:
# replace broken links in 404.html
- sed -i 's,href="" title=",href="/" title=",g' site/404.html
- cp site/404.html site/403.html
- sed -i 's/404 - Not found/403 - Forbidden/,g' site/403.html
- sed -i 's/404 - Not found/403 - Forbidden/g' site/403.html
# compress sitemap
- gzip < site/sitemap.xml > site/sitemap.xml.gz
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment