diff --git a/.gitea/workflows/on_docserver.yaml b/.gitea/workflows/on_docserver.yaml index f3da6d8..4b0f2a9 100644 --- a/.gitea/workflows/on_docserver.yaml +++ b/.gitea/workflows/on_docserver.yaml @@ -23,8 +23,8 @@ jobs: # ls ${{ gitea.workspace }} - name: Check out repository code uses: actions/checkout@v3 - with: - submodules: 'recursive' + # with: + # submodules: 'recursive' # Defs in https://github.com/actions/checkout #run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - name: Install Rust