💚 Don't forget submodules
This commit is contained in:
parent
a1953fcece
commit
038cb5155e
1 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,11 @@ jobs:
|
|||
command: |
|
||||
git config --global user.email "ci@danielrayjones.com"
|
||||
git config --global user.name "Circle CI"
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: |
|
||||
git submodule init
|
||||
git submodule update
|
||||
- run:
|
||||
name: Creating build directory
|
||||
command: git clone -b gh-pages `git remote get-url origin` public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue