Skip to content

Commit 740a6d5

Browse files
committed
avoid committing submodule
Signed-off-by: Taylor Silva <dev@taydev.net>
1 parent d4d32db commit 740a6d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ci/build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ pushd docs
2727

2828
if [ -e .git ]; then
2929
git checkout gh-pages
30-
git rm --cached libs/examples
30+
# avoid committing submodule
31+
git rm -rf libs/examples
3132
git rm -rf .
3233

3334
rm -rf venv/ node_modules/ env/ .cache/ overrides/ docs/ .idea/

0 commit comments

Comments
 (0)