Skip to content

Commit

Permalink
Remove redundant info from website
Browse files Browse the repository at this point in the history
  • Loading branch information
k4m4 committed Feb 19, 2020
1 parent 3da2187 commit cad1ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ matrix:
install:
- pip install mkdocs mkdocs-cinder
- wget https://raw.githubusercontent.com/k4m4/terminals-are-sexy/master/readme.md
- cat readme.md | sed -e '1,2d' > docs/index.md
- sed -i '10i<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CE7DEK3E&placement=terminalsaresexy" id="_carbonads_js"></script>' docs/index.md
- cat readme.md | sed -e '1,2d' -e '6,10d' > docs/index.md
- sed -i '5i<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CE7DEK3E&placement=terminalsaresexy" id="_carbonads_js"></script>' docs/index.md
- rm -rf readme.md
script:
- mkdocs build --verbose --clean --strict
Expand Down

0 comments on commit cad1ab6

Please sign in to comment.