We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89869ae commit 2d6cd49Copy full SHA for 2d6cd49
1 file changed
.travis/deploy-docs.sh
@@ -28,6 +28,7 @@ git add .
28
git commit -m "Deploy to GitHub Pages
29
30
see https://github.com/nodegit/nodegit.github.com/commit/${TRAVIS_COMMIT}"
31
+git tag "${TRAVIS_COMMIT}"
32
33
# push to the "nodegit.github.com" repository
-git push --quiet "https://${GH_TOKEN}@github.com/nodegit/nodegit.github.com.git" > /dev/null 2>&1
34
+git push --quiet "https://${GH_TOKEN}@github.com/nodegit/nodegit.github.com.git" master "${TRAVIS_COMMIT}" > /dev/null 2>&1
0 commit comments