From e613aeec5974b04bcdf262a579e371c1739241d3 Mon Sep 17 00:00:00 2001 From: Happyrobot33 Date: Thu, 12 Dec 2024 11:57:40 -0500 Subject: [PATCH] disable cone mode? --- .github/workflows/build-web.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-web.yml b/.github/workflows/build-web.yml index 5190e1d2..f9e5ccf5 100644 --- a/.github/workflows/build-web.yml +++ b/.github/workflows/build-web.yml @@ -57,16 +57,17 @@ jobs: fetch-depth: 0 # fetch all history ref: ${{ matrix.release-tag }} + - uses: actions/checkout@v3 # check out specifically the docs folder so we have the config info + with: + sparse-checkout: docs + clean: false + sparse-checkout-cone-mode: false + - name: Upload debug info uses: actions/upload-artifact@v4 with: name: ${{ matrix.release-tag }}-debug path: '.' - - - uses: actions/checkout@v3 # check out specifically the docs folder so we have the config info - with: - sparse-checkout: docs - clean: false #Generate the doxygen documentation - name: Generate C# Documentation