Skip to content

Commit

Permalink
CI attempt 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Usmani committed Jul 4, 2024
1 parent 3eef78c commit 5bbe6b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
CONFIG_FILE: folder/mkdocs.yml
steps:
- run: pip install mkdocs
- working-directory: .
- working-directory: ./docs
run: mkdocs gh-deploy

# Testing:
Expand Down
8 changes: 8 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
site_name: ChaProEV
nav:
- Home: index.md
- Plotting:
- make_spider_chart: make_spider_chart.md


theme: readthedocs

0 comments on commit 5bbe6b9

Please sign in to comment.