mirror of
https://github.com/ru-de/faq.git
synced 2024-11-09 20:21:01 +00:00
try
This commit is contained in:
parent
9eeccc677f
commit
a0eb9628b5
@ -13,7 +13,8 @@ before_install:
|
||||
- go get -u github.com/peterhellberg/serve
|
||||
- go get -u github.com/russross/blackfriday-tool
|
||||
- find *.md -exec blackfriday-tool {} {}.html \;
|
||||
- nohup serve -addr="0.0.0.0:80" >/dev/null 2>&1 &
|
||||
- cat README.md.html
|
||||
- nohup serve -addr="127.0.0.1:80" >/dev/null 2>&1 &
|
||||
- git diff HEAD^ --name-status | grep "^D" -v | sed 's/^.\t//g' > changed_files_links
|
||||
- sed -i -e 's/^/http:\/\/localhost\//' changed_files_links
|
||||
- sed -i -e 's/$/.html/' changed_files_links
|
||||
|
Loading…
Reference in New Issue
Block a user