Commit d5505b5a authored by Dave Machado's avatar Dave Machado
Browse files

Update directory movements for deployment testing

parent 3da6bb62
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment