docs: migrate to MkDocs for site generation (#5227)

This commit is contained in:
Oleg Lobanov
2025-06-28 19:34:34 +02:00
committed by GitHub
parent 464b644adf
commit 6072540c3e
25 changed files with 281 additions and 8 deletions

22
.github/workflows/site-pr.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: Build Site Image
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build
uses: docker/build-push-action@v4
with:
context: .
file: ./Dockerfile.site
push: false