dms #1

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

View File

@@ -25,7 +25,7 @@ jobs:
# Step 3: Build the static site # Step 3: Build the static site
- name: Build site with MkDocs - name: Build site with MkDocs
run: | run: |
if [ -f "mkdocs.yml" ]; then if [ -f "mkdocs.yaml" ]; then
mkdocs build mkdocs build
else else
echo "mkdocs.yml not found!" echo "mkdocs.yml not found!"