Skip to content

Commit 7a4cd86

Browse files
chore(deps): up (#85)
## 💌 Description <!-- Add a more detailed description of the changes if needed. --> ## 🔗 Related issue <!-- If your PR refers to a related issue, link it here. --> Fixes: # ## 🏗️ Type of change <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] 📚 Examples / docs / tutorials - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] 🥂 Improvement (non-breaking change which improves an existing feature) - [ ] 🚀 New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🚨 Security fix - [ ] ⬆️ Dependencies update ## ✅ Checklist <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] I've read the [`Code of Conduct`](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin/blob/main/.github/CODE_OF_CONDUCT.md) document. - [ ] I've read the [`Contributing`](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin/blob/main/.github/CONTRIBUTING.md) guide. - [ ] I've written tests for all new methods and classes that I created. - [ ] I've written the docstring in Google format for all the methods and classes that I used.
1 parent b8a5eaf commit 7a4cd86

4 files changed

Lines changed: 577 additions & 477 deletions

File tree

dev.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ poetry poe clean-win
22
poetry poe pre-commit-all
33
poetry poe test
44
poetry poe build
5-
poetry poe mkdocs-serve --config-file mkdocs.plugins.yml
5+
Push-Location tests\fixtures
6+
poetry run mkdocs serve --config-file mkdocs.plugins.yml --verbose
7+
Pop-Location

dev.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ poetry poe clean-linux
44
poetry poe pre-commit-all
55
poetry poe test
66
poetry poe build
7-
poetry poe mkdocs-serve --config-file mkdocs.plugins.yml
7+
pushd "tests/fixtures" || exit
8+
poetry run mkdocs serve --config-file mkdocs.plugins.yml --verbose
9+
popd || exit

0 commit comments

Comments
 (0)