dms #1

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

View File

@@ -1,19 +1,15 @@
name: Build and Deploy Notes
on:
push:
branches:
- main
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: squidfunk/mkdocs-material
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Build with MkDocs Material - name: Build
run: | run: |
docker run --rm -v $(pwd):/docs squidfunk/mkdocs-material build mkdocs build
- name: Deploy to Web Folder - name: Deploy to Web Folder
run: | run: |