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.
1 parent dfab946 commit 66356aeCopy full SHA for 66356ae
.travis.yml
@@ -99,7 +99,7 @@ after_success:
99
- git config --global user.email "[email protected]"
100
- git remote add upstream https://[email protected]/agda/agda-stdlib.git &>/dev/null
101
- git fetch upstream && git reset upstream/gh-pages
102
- - git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/
+ - git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ v1.2/
103
- git add -f \*.html
104
- git commit -m "Automatic HTML update via Travis"
105
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "experimental" ];
0 commit comments