Skip to content

Commit

Permalink
Docs - Update yaml, try to fix remote snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
hexabits committed Mar 29, 2024
1 parent 7596a45 commit e7f74a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
paths:
- 'docs/**'
- 'docs_includes/**'
- 'mkdocs.yml'
- 'requirements-mkdocs.txt'
branches:
Expand Down
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,11 @@ markdown_extensions:
alternate_style: true
- pymdownx.snippets:
check_paths: true
base_path: ['docs_includes', 'docs_includes\snippets']
auto_append: ['abbreviations.md']
base_path:
- docs_includes
- docs_includes\snippets
auto_append:
- abbreviations.md
- pymdownx.tilde
- pymdownx.keys
- pymdownx.tasklist:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4f2f02f06 - Fri Mar 29 06:57:24 2024 -0400
7596a451e - Fri Mar 29 06:58:58 2024 -0400

0 comments on commit e7f74a8

Please sign in to comment.