Skip to content

Commit

Permalink
don't distribute HTML docs
Browse files Browse the repository at this point in the history
players can still download them from the readthedocs site
  • Loading branch information
myk002 committed Mar 7, 2024
1 parent 57361cb commit b137627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
cache-readonly: ${{ inputs.cache-readonly }}
stonesense: true
docs: true
html: false
launchdf: ${{ inputs.launchdf }}
secrets: inherit

Expand All @@ -49,4 +50,5 @@ jobs:
cache-readonly: ${{ inputs.cache-readonly }}
stonesense: true
docs: true
html: false
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/steam-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
dfhack_ref: ${{ github.event.inputs && github.event.inputs.ref || github.event.ref }}
platform-files: false
docs: true
html: false
stonesense: true
secrets: inherit

Expand Down

0 comments on commit b137627

Please sign in to comment.