diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf421f215..5f71ab088 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,8 @@ jobs: steps: - uses: actions/checkout@v7 with: + lfs: false + persist-credentials: false submodules: true - id: language-list name: Send languages to outputs @@ -40,6 +42,8 @@ jobs: steps: - uses: actions/checkout@v7 with: + lfs: false + persist-credentials: false submodules: true - name: Install Sphinx-doc run: |