mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:48:43 +08:00
gh-pages is the default target branch
This commit is contained in:
@@ -17,7 +17,7 @@ then
|
||||
|
||||
git add dev
|
||||
git commit -m "Deployed to GitHub Pages"
|
||||
git push --force --quiet "https://${GHTOKEN}@${GH_REF}" master:gh-pages > /dev/null 2>&1
|
||||
git push --force --quiet "https://${GHTOKEN}@${GH_REF}" gh-pages > /dev/null 2>&1
|
||||
)
|
||||
else
|
||||
echo "-- will only push docs from master --"
|
||||
|
||||
Reference in New Issue
Block a user