Compare commits
No commits in common. "dbe8c14373a9c66285de52b8e89725d30555087c" and "0b229a48c9a072c61a2a0946d034f30407505800" have entirely different histories.
dbe8c14373
...
0b229a48c9
2 changed files with 2 additions and 18 deletions
|
@ -1,7 +0,0 @@
|
|||
on:
|
||||
- push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
13
Dockerfile
13
Dockerfile
|
@ -1,12 +1,3 @@
|
|||
FROM docker.io/squidfunk/mkdocs-material AS build
|
||||
FROM docker.io/squidfunk/mkdocs-material
|
||||
|
||||
#RUN pip install mkdocs-glightbox
|
||||
|
||||
COPY . /docs/
|
||||
|
||||
RUN mkdocs build
|
||||
|
||||
|
||||
FROM nginx:latest
|
||||
|
||||
COPY --from=build /docs/site/ /usr/share/nginx/html/
|
||||
RUN pip install mkdocs-glightbox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue