Skip to content

Commit 7509e4a

Browse files
committed
Fix build
1 parent aafb83e commit 7509e4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
mkdir temp && cp -r ./meta.json ./README.md ./images/* temp
44
perl -i -0777 -pe 's/(<!--toc-->).*(<!--endtoc-->)/'"$"'$2/s' ./temp/README.md
5+
sed -i.bak 's|https://rawgit.com/mgechev/angularjs-in-patterns/master/images|.|g' ./temp/README.md
6+
rm -rf ./temp/*.bak
57
mv ./temp/README.md ./temp/index.md
68
./node_modules/.bin/generate-md --layout minko-book --input ./temp --output ../angularjs-in-patterns-gh-pages
79
rm -rf temp

0 commit comments

Comments
 (0)