Compare commits

..

No commits in common. "dbe8c14373a9c66285de52b8e89725d30555087c" and "0b229a48c9a072c61a2a0946d034f30407505800" have entirely different histories.

2 changed files with 2 additions and 18 deletions

View file

@ -1,7 +0,0 @@
on:
- push
jobs:
build:
runs-on: docker
steps:
- run: echo All Good

View file

@ -1,12 +1,3 @@
FROM docker.io/squidfunk/mkdocs-material AS build FROM docker.io/squidfunk/mkdocs-material
#RUN pip install mkdocs-glightbox RUN pip install mkdocs-glightbox
COPY . /docs/
RUN mkdocs build
FROM nginx:latest
COPY --from=build /docs/site/ /usr/share/nginx/html/