Skip to content

Commit 0ce5a4f

Browse files
author
Anggiajuang
committed
add git email & name to deployment config
1 parent c538bc9 commit 0ce5a4f

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# idjs.github.io
2+
23
Website repository of id.js.org
4+
5+
[![CircleCI](https://circleci.com/gh/idjs/idjs.github.io/tree/development.svg?style=svg)](https://circleci.com/gh/idjs/idjs.github.io/tree/development)

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,6 @@ deploy:
7171
type: git
7272
repo: https://github.com/idjs/idjs.github.io
7373
branch: master
74+
name: idjs
75+
76+
message: 'Site updated: {{ now(\'YYYY-MM-DD HH:mm:ss\') }} [ci skip]'

circle.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ deployment:
55
pages:
66
branch: development
77
commands:
8-
- hexo deploy
9-
dependencies:
10-
post:
11-
- npm install -g hexo
8+
- ./node_modules/.bin/hexo deploy

0 commit comments

Comments
 (0)