dms #1

Merged
jay merged 56 commits from dms into main 2026-03-24 20:14:09 +00:00
2 changed files with 20 additions and 0 deletions
Showing only changes of commit 40ca8eaf0a - Show all commits

View File

@@ -0,0 +1,20 @@
name: Build and Deploy Notes
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build with MkDocs Material
run: |
docker run --rm -v $(pwd):/docs squidfunk/mkdocs-material build
- name: Deploy to Web Folder
run: |
cp -R site/* /data/notes/