Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
snowme34 committed Dec 31, 2019
1 parent cdc90db commit 0cef72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ script:
## markdown lint
# - ./node_modules/.bin/markdownlint docs\source
## hexo
- test -n "$(git diff --name-status HEAD~1...HEAD blog)" && cp blog\themes\_config.yml blog\themes\symphony\ && npx hexo --cwd blog generate
- test -n "$(git diff --name-status HEAD~1...HEAD blog)" && cp blog/themes/_config.yml blog/themes/symphony/ && npx hexo --cwd blog generate
deploy:
provider: pages
edge: true
Expand Down

0 comments on commit 0cef72d

Please sign in to comment.