Skip to content

Commit 3e0364b

Browse files
committed
[ci] fix deployment
1 parent fd6dfee commit 3e0364b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ jobs:
302302
skip-cleanup: true
303303
keep-history: true
304304
allow-empty-commit: true
305-
local-dir: ${INSTALL_PATH}/include
305+
local-dir: install/include
306306
on:
307307
branch: master
308308
- provider: pages
@@ -311,7 +311,7 @@ jobs:
311311
skip-cleanup: true
312312
keep-history: true
313313
allow-empty-commit: true
314-
local-dir: ${INSTALL_PATH}/share/Metal/doc
314+
local-dir: install/share/Metal/doc
315315
on:
316316
branch: master
317317

0 commit comments

Comments
 (0)