all repos — site @ e41ce6841486e8f68f072544f4a65381fa55f67a

source for my site, found at icyphox.sh

Create `build` dir for each deploy

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 21 Oct 2019 18:43:47 +0530
commit

e41ce6841486e8f68f072544f4a65381fa55f67a

parent

ab142fa8697e2bcdbcc6378380cdfd7cd2c9eb4d

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M netlify.tomlnetlify.toml

@@ -1,3 +1,3 @@

[build] publish = "build/" - command = "pip install git+https://github.com/icyphox/vite && vite build" + command = "pip install git+https://github.com/icyphox/vite && mkdir build && vite build"
M pages/blog/feed.xmlpages/blog/feed.xml

@@ -88,7 +88,7 @@ Science, Machine Learning and AI&#8221;. I&#8217;d have liked to see more talks

discussing security and privacy, but hey, the organizers can only pick from what&#8217;s submitted. ;)</p> -<p>With that point out of the way, here&#8217;s some of the talks I really liked:</p> +<p>With that point out of the way, here are some of the talks I really liked:</p> <ul> <li><strong>Python Packaging - where we are and where we&#8217;re headed</strong> by <a href="https://twitter.com/pradyunsg">Pradyun</a></li>