Skip to content

Commit dfab946

Browse files
committed
[ travis ] fix html upload
1 parent 6ce46df commit dfab946

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/ experimental/
102+
- git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/
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)