Skip to content

Commit

Permalink
docs: move mkdocs.yml in docs/_klipper3d/mkdocs.yml
Browse files Browse the repository at this point in the history
and adjust klipper3d deploy workflow accordingly
  • Loading branch information
damlobster committed Jul 27, 2021
1 parent 7d5db2a commit 4d708dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 2 additions & 0 deletions mkdocs.yml → docs/_klipper3d/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docs_dir: '../'
site_dir: '../../site/'
site_name: Klipper documentation
theme:
name: material
Expand Down

0 comments on commit 4d708dd

Please sign in to comment.