refactor: move sources to src/

This commit is contained in:
2025-07-09 20:49:04 +03:00
parent c1078b5b8b
commit bb3a214f21
14 changed files with 38 additions and 31 deletions

View File

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