💚 Don't forget submodules

This commit is contained in:
Dan Jones 2023-11-23 10:31:15 -06:00
commit 038cb5155e

View file

@ -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