|
|
@ -68,7 +68,7 @@ jobs:
|
|
|
|
git config --global user.name "$USERNAME"
|
|
|
|
git config --global user.name "$USERNAME"
|
|
|
|
git config --global user.email actions@github.com
|
|
|
|
git config --global user.email actions@github.com
|
|
|
|
|
|
|
|
|
|
|
|
gh repo clone "$GH_REPO" upload
|
|
|
|
git clone "https://$USERNAME:$API_TOKEN@github.com/$GH_REPO" upload
|
|
|
|
cd upload
|
|
|
|
cd upload
|
|
|
|
rm -rf * .*
|
|
|
|
rm -rf * .*
|
|
|
|
cp -r ../dist/* .
|
|
|
|
cp -r ../dist/* .
|
|
|
|