Skip to content

Commit

Permalink
update deprecated travis ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Dec 22, 2020
1 parent c3afadc commit 28eb38e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ script:
- hexo generate
deploy:
provider: pages
local_dir: blog/public
strategy: git
edge: true
local_dir: public
repo: rime/rime.github.io
target_branch: master
keep_history: false
fqdn: rime.im
skip_cleanup: true
github_token: $GITHUB_TOKEN
cleanup: false
token: $GITHUB_TOKEN
on:
branch: master
branch: master
2 changes: 1 addition & 1 deletion blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"hexo-renderer-stylus": "^0.3.3",
"hexo-server": "^0.1.3"
}
}
}

0 comments on commit 28eb38e

Please sign in to comment.