We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8226a commit eea4b17Copy full SHA for eea4b17
update_docs.sh
@@ -1,7 +1,11 @@
1
#!/bin/sh
2
emacs -eval '(progn (find-file "literate.org") (org-html-export-to-html))' -kill
3
+mv literate.html new.html
4
+
5
git co gh-pages
6
7
+mv new.html literate.html
8
9
rm -f index.md
10
echo "---" >> index.md
11
echo "layout: index" >> index.md
0 commit comments