Skip to content

Commit 22ff7d5

Browse files
committed
Fix deployment and cleanup .travis.yml
1 parent a8e30ad commit 22ff7d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ cache:
77
directories:
88
- ${TRAVIS_BUILD_DIR}/vendor/bundle
99
before_install:
10-
- git clone https://github.com/ManageIQ/manageiq.org ${TRAVIS_BUILD_DIR}/manageiq.org
11-
- cd ${TRAVIS_BUILD_DIR}/manageiq.org
10+
- git clone https://github.com/ManageIQ/manageiq.org
11+
- cd manageiq.org
1212
script:
13-
- "true"
13+
- "exe/miq build all"
1414
deploy:
1515
provider: pages
1616
skip_cleanup: true
1717
github_token: $GITHUB_TOKEN
18-
local_dir: ${TRAVIS_BUILD_DIR}/manageiq.org/dest
18+
local_dir: manageiq.org/dest
1919
repo: ManageIQ/manageiq.github.io
2020
target_branch: master
2121
keep_history: true

0 commit comments

Comments
 (0)