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
2 files changed,
2 insertions(+),
2 deletions(-)
M
netlify.toml
→
netlify.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.xml
→
pages/blog/feed.xml
@@ -88,7 +88,7 @@ Science, Machine Learning and AI”. I’d have liked to see more talks
discussing security and privacy, but hey, the organizers can only pick from what’s submitted. ;)</p> -<p>With that point out of the way, here’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’re headed</strong> by <a href="https://twitter.com/pradyunsg">Pradyun</a></li>