1
mirror of https://github.com/public-apis/public-apis synced 2025-01-05 15:16:23 +01:00

Update directory movements for deployment testing

This commit is contained in:
Dave Machado 2017-05-25 10:08:54 -04:00
parent 3da6bb62d4
commit d5505b5aa2

View File

@ -21,10 +21,9 @@ git remote add upstream "https://$GH_TOKEN@github.com/davemachado/public-apis.gi
git fetch upstream
git reset upstream/master
mv ../json/*
touch .
mv ../../json .
git add -A .
git add json/
git commit -m "rebuild JSON at ${rev}"
git push upstream HEAD:master