Skip to content

Commit 048c359

Browse files
committed
[ travis ] protect doc v1.2
1 parent ca2e387 commit 048c359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ after_success:
100100
- git config --global user.email "[email protected]"
101101
- git remote add upstream https://[email protected]/agda/agda-stdlib.git &>/dev/null
102102
- git fetch upstream && git reset upstream/gh-pages
103-
- git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ experimental/
103+
- git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ experimental/
104104
- git add -f \*.html
105105
- git commit -m "Automatic HTML update via Travis"
106106
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "experimental" ];

0 commit comments

Comments
 (0)