revert: move mkdocs.yml back to root directory

This commit is contained in:
2025-07-09 20:54:43 +03:00
parent bb3a214f21
commit 334ddc73c1
3 changed files with 4 additions and 1 deletions

View File

@ -7,12 +7,14 @@ on:
- '.github/**'
- '.vscode/**'
- 'docs/**'
- mkdocs.yml
pull_request:
branches: [ "master" ]
paths-ignore:
- '.github/**'
- '.vscode/**'
- 'docs/**'
- mkdocs.yml
permissions:
contents: write