mirror of
https://github.com/public-apis/public-apis.git
synced 2025-06-30 16:37:10 +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 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue