🛠 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:
|
||||
name: Deploy site
|
||||
command: |
|
||||
git --work-tree=_site --git-dir=_site/.git add -A
|
||||
git --work-tree=_site --git-dir=_site/.git commit -m "$(date --iso-8601=seconds) Deploy new site"
|
||||
cd _site
|
||||
git add -A
|
||||
git commit -m "$(date --iso-8601=seconds) Deploy new site"
|
||||
git push
|
||||
|
|
|
|||
|
|
@ -93,3 +93,5 @@ exclude:
|
|||
- README.md
|
||||
- CNAME
|
||||
- Makefile
|
||||
|
||||
include: [.circleci]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue