Skip to content

Commit

Permalink
disable cone mode?
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyrobot33 committed Dec 12, 2024
1 parent b680368 commit e613aee
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e613aee

Please sign in to comment.