Skip to content

Commit

Permalink
_klipper3d: Move mkdocs.yml to docs/_klipper3d
Browse files Browse the repository at this point in the history
Reported by @damlobster .

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
  • Loading branch information
KevinOConnor committed Jul 27, 2021
1 parent baad3f2 commit ba16c0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/klipper3d-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: pip install -r docs/_klipper3d/mkdocs-requirements.txt
- name: Build and deploy klipper3d
run: |
mkdocs gh-deploy --force --remote-branch gh-pages --verbose
mkdocs gh-deploy --config-file docs/_klipper3d/mkdocs.yml --remote-branch gh-pages --force --verbose
5 changes: 4 additions & 1 deletion mkdocs.yml → docs/_klipper3d/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This is the main configuration file for mkdocs
docs_dir: '../'
site_dir: '../../site/'
site_name: Klipper documentation
theme:
name: material
Expand Down Expand Up @@ -55,7 +58,7 @@ markdown_extensions:
- mdx_partial_gfm
- mdx_truly_sane_lists
- mdx_breakless_lists

extra:
analytics:
# https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/#site-search-tracking
Expand Down

0 comments on commit ba16c0f

Please sign in to comment.