Skip to content

Commit 66356ae

Browse files
committed
[ travis ] protect doc for v1.2
1 parent dfab946 commit 66356ae

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
@@ -99,7 +99,7 @@ after_success:
9999
- git config --global user.email "[email protected]"
100100
- git remote add upstream https://[email protected]/agda/agda-stdlib.git &>/dev/null
101101
- git fetch upstream && git reset upstream/gh-pages
102-
- git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/
102+
- git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ v1.2/
103103
- git add -f \*.html
104104
- git commit -m "Automatic HTML update via Travis"
105105
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "experimental" ];

0 commit comments

Comments
 (0)