mirror of
https://github.com/public-apis/public-apis.git
synced 2025-07-01 08:47:53 +02:00
Update directory movements for deployment testing
This commit is contained in:
parent
3da6bb62d4
commit
d5505b5aa2
1 changed files with 2 additions and 3 deletions
|
@ -21,10 +21,9 @@ git remote add upstream "https://$GH_TOKEN@github.com/davemachado/public-apis.gi
|
||||||
git fetch upstream
|
git fetch upstream
|
||||||
git reset upstream/master
|
git reset upstream/master
|
||||||
|
|
||||||
mv ../json/*
|
mv ../../json .
|
||||||
touch .
|
|
||||||
|
|
||||||
git add -A .
|
git add json/
|
||||||
git commit -m "rebuild JSON at ${rev}"
|
git commit -m "rebuild JSON at ${rev}"
|
||||||
git push upstream HEAD:master
|
git push upstream HEAD:master
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue