Skip to content

Commit

Permalink
Merge branch 'master' into Thurible
Browse files Browse the repository at this point in the history
  • Loading branch information
PollardTheDragon authored Sep 13, 2024
2 parents e9511a6 + 9704445 commit 112a6b7
Show file tree
Hide file tree
Showing 206 changed files with 24,261 additions and 17,726 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/devdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- 'docs/**'
- 'mkdocs.yml'

jobs:
build_and_deploy:
Expand All @@ -14,7 +15,7 @@ jobs:

- name: Build docs
run: |
python -m pip install mkdocs==1.6.0 mkdocs-material==9.5.31 mkdocs-github-admonitions-plugin==0.0.2
python -m pip install mkdocs==1.6.0 mkdocs-material[imaging]==9.5.31 mkdocs-github-admonitions-plugin==0.0.2
python -m mkdocs build
- name: Deploy docs
Expand Down
2 changes: 2 additions & 0 deletions SpacemanDMM.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ hide_invisible = [

[map_renderer.render_passes]
smart-cables = false
# With the multitile component and the removal of the gravity gen parts, the gravity generator will fail the render passes
gravity-gen = false
Loading

0 comments on commit 112a6b7

Please sign in to comment.