Dariusz Porowski

Results 21 comments of Dariusz Porowski

@majkinetor I had a similar case. I tried to use mkdocs-excludes plugin, but it does not meet my requirements, and unfortunately, it's not maintained anymore. I developed a plugin for...

@majkinetor I think what you are looking for is supported out-of-the-box, try: ```yaml # mkdocs.yml -> plugins - file-filter: config: !ENV [FILE_FILTER_CONFIG] enabled_on_serve: true # enabled by default filter_nav: true...

> I will try that, thx. > > What is the meaning of the last exclude glob "*.md" - wouldn't that exclude everything ? @majkinetor mkdocs includes by default everything....

@softprops any updates on this? :)

@tsjensen I had similar case. Tried to use mkdocs-exclude plugin but it does not meet my requirements and unfortunately, it looks like it's not maintained anymore. I developed a plugin...

If anyone have [Recommended setup for public repositories](https://github.com/dorny/test-reporter#recommended-setup-for-public-repositories) configuration, then in the test-report.yml set: ```yaml permissions: statuses: write checks: write contents: write pull-requests: write actions: write ```

> It's still not working for me though: https://github.com/tomkerkhove/promitor/runs/6961162337?check_suite_focus=true > > ```yaml > jobs: > verify_codebase: > name: Verify Codebase > runs-on: ubuntu-latest > # Assign permissions for unit tests...

@hotzenklotz yeah... waiting for it as well, so far, I use own build with injected package, but happy to get rid of this and use package from pipy. If no...