We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70d0f2 commit 1719603Copy full SHA for 1719603
.travis.yml
@@ -56,6 +56,7 @@ script:
56
57
before_deploy:
58
- tar czvf book_html.tar.gz _book/
59
+ - git tag "$(date +'%Y%m%d_%H%M%S')"
60
61
deploy:
62
- provider: pages
0 commit comments