diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ddc4150b..8c57cfd2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,6 @@ jobs: git config --global user.email "no-reply@github.com" git config --global user.name "584F525F" git config --global pull.rebase false - git submodule add https://github.com/584F525F/584F525F.github.io/ docs - uses: actions/setup-python@v2 with: