Skip to content

Commit eea4b17

Browse files
author
Russell Mull
committed
Update doc generation script
1 parent db8226a commit eea4b17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

update_docs.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
#!/bin/sh
22
emacs -eval '(progn (find-file "literate.org") (org-html-export-to-html))' -kill
3+
mv literate.html new.html
4+
35
git co gh-pages
46

7+
mv new.html literate.html
8+
59
rm -f index.md
610
echo "---" >> index.md
711
echo "layout: index" >> index.md

0 commit comments

Comments
 (0)