all repos — site @ 3cf4285453fbfb659507525e45861f30f26d0046

source for my site, found at icyphox.sh

Delete unnecessary deploy.sh script

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Wed, 16 Oct 2019 21:35:07 +0530
commit

3cf4285453fbfb659507525e45861f30f26d0046

parent

2adaab821b05395a254c881cc6cad1eeeb4f93d5

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

jump to
D deploy.sh

@@ -1,5 +0,0 @@

-#!/usr/bin/env bash - -git push origin master -# push contents of `build/` to the `gh-pages` branch -git subtree push --prefix build origin gh-pages