dms #1

Merged
jay merged 56 commits from dms into main 2026-03-24 20:14:09 +00:00
Showing only changes of commit b211836136 - Show all commits

View File

@@ -0,0 +1,17 @@
name: Build MkDocs
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: squidfunk/mkdocs-material
steps:
- uses: actions/checkout@v4
- name: Build site
run: mkdocs build --site-dir /public