🛠 Fix deployment

This commit is contained in:
Dan Jones 2018-01-22 14:20:09 -06:00
commit a433ae858f
2 changed files with 5 additions and 2 deletions

View file

@ -31,6 +31,7 @@ jobs:
- run: - run:
name: Deploy site name: Deploy site
command: | command: |
git --work-tree=_site --git-dir=_site/.git add -A cd _site
git --work-tree=_site --git-dir=_site/.git commit -m "$(date --iso-8601=seconds) Deploy new site" git add -A
git commit -m "$(date --iso-8601=seconds) Deploy new site"
git push git push

View file

@ -93,3 +93,5 @@ exclude:
- README.md - README.md
- CNAME - CNAME
- Makefile - Makefile
include: [.circleci]