update workflow
All checks were successful
Build and Deploy Notes / build (push) Successful in 17s

This commit is contained in:
Jay
2026-03-02 18:13:14 +00:00
parent cfe5fe6eca
commit e31dd7789c

View File

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