all repos — site @ b29ab6388b0b78f485bff5360b2f6d8a2c4e236f

source for my site, found at icyphox.sh

Remove `vite build` from deploy script

What's the point in building, if you're pushing w/o commiting?

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Fri, 21 Jun 2019 19:40:18 +0530
commit

b29ab6388b0b78f485bff5360b2f6d8a2c4e236f

parent

97bd0c6f34e0197f4f9386d8d6862e8e7edbd99c

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M deploy.shdeploy.sh

@@ -1,8 +1,5 @@

#!/usr/bin/env bash -# build, because i never do -vite build - git push origin master # push contents of `build/` to the `gh-pages` branch git subtree push --prefix build origin gh-pages