We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98f4cb4 + 67c663e commit 1bdcb74Copy full SHA for 1bdcb74
deploy-docs.sh
@@ -10,11 +10,9 @@ git init
10
git config user.email '[email protected]'
11
git config user.name 'FlashCat'
12
git remote add upstream "https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git"
13
-git fetch upstream gh-pages
14
-git reset upstream/gh-pages
15
16
touch .
17
18
git add -A .
19
-git commit -m "rebuild pages at ${rev}"
20
-git push -q upstream HEAD:gh-pages
+git commit -qm "rebuild pages at ${rev}"
+git push -q upstream HEAD:gh-pages --force
0 commit comments