Skip to content

Commit c4aed6b

Browse files
committed
Add workflows to circleci config
1 parent ad16769 commit c4aed6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,8 @@ jobs:
4040
- run:
4141
name: Build Jekyll site and push to master
4242
command: ./scripts/deploy-site.sh build
43+
workflows:
44+
version: 2
45+
build:
46+
jobs:
47+
- build

0 commit comments

Comments
 (0)