Skip to content

Commit 6f12de0

Browse files
committed
Fix local_dir config for GitHub Pages deployment
1 parent b18049c commit 6f12de0

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
@@ -30,7 +30,7 @@ jobs:
3030
deploy:
3131
- provider: pages
3232
skip_cleanup: true
33-
local_dir: build
33+
local_dir: site
3434
github_token: "$PAGES_GITHUB_API_TOKEN"
3535
on:
3636
branch: master

0 commit comments

Comments
 (0)