Skip to content

Commit

Permalink
Merge pull request #3 from bootstrap-styled/dev
Browse files Browse the repository at this point in the history
fix(ci): reset HEAD before switching tag on documentation deployment
  • Loading branch information
kopax authored Nov 14, 2018
2 parents cc7b59a + 74027bf commit 1cd0b81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
- 'lts/*'
script:
- git fetch --tags
- git reset HEAD --hard
- git checkout refs/tags/$(git describe --tags `git rev-list --tags --max-count=1`)
- npm install
- chmod +x styleguide/prepare.sh
Expand Down

0 comments on commit 1cd0b81

Please sign in to comment.