Add runner

This commit is contained in:
Jay
2026-03-01 14:20:28 +00:00
parent 3d8d25976e
commit 40ca8eaf0a
2 changed files with 20 additions and 0 deletions

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/