Skip to content

Commit

Permalink
🐛 Path to mkdoxs.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
v20100v committed Dec 12, 2024
1 parent 4a2f379 commit c7e2453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force --config-file ./docs/mkdocs.yml
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.idea/
.vscode/


# Windows
Thumbs.db
ehthumbs.db
Expand All @@ -19,6 +18,9 @@ $RECYCLE.BIN/
**/var/
**/var/log
**/logs
~*.xlsm
~*.xls
~*.xlam

# Python
venv/
Expand Down

0 comments on commit c7e2453

Please sign in to comment.