mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 06:02:59 +08:00
Merge pull request #1717 from sciunto/doctravis
DOC: fix env variable GH_TOCKEN
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}" gh-pages
|
||||
git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" gh-pages
|
||||
)
|
||||
else
|
||||
echo "-- will only push docs from master --"
|
||||
|
||||
Reference in New Issue
Block a user