Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 authored Nov 29, 2018
1 parent 67b71d1 commit 17e055f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- checkout
- run: npm install acyort -g
- run: acyort init
- run: cp config.bak.yml config.yml
- run: cp config.yml config.bak.yml
- run: npm i
- run: git clone https://github.com/acyortjs/theme-donob.git themes/donob
- run: acyort build
Expand All @@ -33,4 +33,4 @@ jobs:
- run: git config user.name "ly525"
- run: git config user.email "[email protected]"
- run: git commit -m "Updated by circleci - `date`"
- run: git push -q https://${gh_token}@github.com/ly525/blog.git gh-pages:gh-pages
- run: git push -q https://${gh_token}@github.com/ly525/blog.git gh-pages:gh-pages

0 comments on commit 17e055f

Please sign in to comment.