Skip to content
Snippets Groups Projects
Commit 99913a91 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

travis-deploy.sh: Copy-pasto.

parent 588aeb52
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,9 @@ deploy() {
git config --global user.email "builds@travis-ci.org"
git config --global user.name "Travis CI User"
git clone https://github.com/haskell/cabal-website.git ../cabal-website
cd ../cabal-website
git checkout --track -b gh-pages origin/gh-pages
cd -
cd ../cabal-website
mkdir -p ../cabal-website/doc/html
mv Cabal/dist/doc/html/Cabal ../cabal-website/doc/html/Cabal
cd ../cabal-website
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment