File tree Expand file tree Collapse file tree
themes/devsec/layouts/partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ git clone -b master https://github.com/dev-sec/dev-sec.github.io.git deployment
1515rsync -av --delete --exclude " .git" public/ deployment
1616cd deployment
1717git add -A
18- git commit -m " rebuilding site on ` date` , commit ${TRAVIS_COMMIT} and job ${TRAVIS_JOB_NUMBER} " || true
18+ git commit -m " rebuilding site on ` date` , commit ${TRAVIS_COMMIT}
19+
20+ and Travis CI job ${TRAVIS_JOB_NUMBER} " || true
1921git push
2022
2123cd ..
Original file line number Diff line number Diff line change 1+ # dev-sec.io
2+
3+ This is a generated HTML for the website https://dev-sec.io . This branch is used as a source for GitHub Pages.
4+
5+ You can find the sources in the [ src branch] ( https://github.com/dev-sec/dev-sec.github.io/tree/src ) .
Original file line number Diff line number Diff line change 22 < ul class ="title-area ">
33 < li class ="name ">
44 < h1 >
5- < a href ="/index.html " id ="nav-logo ">
5+ < a href ="/ " id ="nav-logo ">
66 < img src ="/images/hardening_logo.png " style ="width: 45px; "/>
77 DevSec Hardening Framework
88 </ a >
You can’t perform that action at this time.
0 commit comments