Skip to content

Commit

Permalink
chore: remove unwanted internal git repo during dev env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gouravkhunger committed Jun 20, 2023
1 parent a54e360 commit fe2ce34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ if [ ! -d ".theme" ]
then
echo "No cached '.theme' directory found. Fetching the latest theme files..."
git clone https://github.com/genicsblog/theme-files .theme -q
rm -rf .theme/.git
fi

rsync -r --exclude '.theme' . .theme/
Expand Down

1 comment on commit fe2ce34

@vercel
Copy link

@vercel vercel bot commented on fe2ce34 Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

genicsblog – ./

genicsblog-genics.vercel.app
genicsblog.vercel.app
genicsblog-git-main-genics.vercel.app

Please sign in to comment.