dms #1

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

View File

@@ -20,6 +20,20 @@ jobs:
pip3 install --upgrade pip pip3 install --upgrade pip
pip3 install mkdocs-material pip3 install mkdocs-material
- name: Deploy to host-mounted folder
run: |
# Debug: See if the directory is actually a mount
mount | grep /notes || echo "Warning: /notes is not a mount point!"
# Ensure we can write to it
mkdir -p /notes
# Copy files
cp -v -R site/* /notes/
# List contents to verify they exist in the container context
ls -la /notes
- name: Build site with MkDocs - name: Build site with MkDocs
run: | run: |
mkdocs build mkdocs build