This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Made Git more verbose
pull/13/head
Anairkoen Schno
5 years ago
parent
110980a44e
commit
efc2e20d35
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
appveyor.yml
+ 2
- 2
appveyor.yml
View File
@ -67,7 +67,7 @@ after_deploy:
echo "Adding..."
git add -A 2>&1
echo "Commiting..."
git commit -a -m "$env:APPVEYOR_REPO_COMMIT_MESSAGE -- Docs"
git commit -a -m "$env:APPVEYOR_REPO_COMMIT_MESSAGE -- Docs"
2>&1
echo "Pushing..."
git push origin gh-pages
git push
-v --progress
origin gh-pages
2>&1
}
Write
Preview
Loading…
Cancel
Save