🛠 Fix deployment
This commit is contained in:
parent
8e0dc00998
commit
a433ae858f
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -93,3 +93,5 @@ exclude:
|
||||||
- README.md
|
- README.md
|
||||||
- CNAME
|
- CNAME
|
||||||
- Makefile
|
- Makefile
|
||||||
|
|
||||||
|
include: [.circleci]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue