dms #1

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

View File

@@ -7,16 +7,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker:26-cli
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install docker CLI
run: |
apt-get update
apt-get install -y docker.io
docker version || true
- name: Build docker image
run: |
docker build -t mkdocs-builder -f ci/mkdocs/Dockerfile ci/mkdocs