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

View File

@ -5,10 +5,12 @@ on:
branches: [ master ]
paths:
- docs/**
- mkdocs.yml
pull_request:
branches: [ "master" ]
paths:
- docs/**
- mkdocs.yml
permissions:
contents: write
@ -35,4 +37,3 @@ jobs:
- run: pip install mkdocs-material
- run: pip install mkdocs-video
- run: mkdocs gh-deploy --force
working-directory: ./docs