index
:
site
master
sources for my website at woz.blue
wozniak
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
build.sh
1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 1b18051..81dab4d 100755
--- a/
build.sh
+++ b/
build.sh
@@ -2,6 +2,7 @@
shopt -s globstar
+mkdir -p out
cp -r static/* out
for i in **/*.md; do