diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-20 23:34:27 +0100 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2022-12-20 23:34:27 +0100 |
commit | b0b2f58f0531641d8cf37fe3b201c7ae9804a283 (patch) | |
tree | e75d34b37b223acc14ffea95f9e0ccc0f1b97d98 /scripts | |
parent | 52ea1ce09ee689705464645f4cf5c3efd462cd7f (diff) |
Add thesis
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build.rb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/build.rb b/scripts/build.rb index ab3a254..5873ac5 100755 --- a/scripts/build.rb +++ b/scripts/build.rb @@ -26,12 +26,16 @@ statics = [ '.well-known/keybase.txt', 'key.asc', 'favicon.ico', - 'button.gif' + 'button.gif', + 'thesis.pdf', + 'thesis-slides.pdf' ] P.add 'key', 'key.asc' P.add 'style', 'style.css' P.add 'button', 'button.gif' +P.add 'thesis', 'thesis.pdf' +P.add 'thesis-slides', 'thesis-slides.pdf' P.add 'index', 'index.html' P.add 'contact', 'contact.html' |