mirror of
https://codeberg.org/openpgp/notes.git
synced 2025-09-11 04:09:41 +02:00
Add CI rendering
This commit is contained in:
parent
bb00bb33fe
commit
e48fb01003
3 changed files with 41 additions and 0 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM sphinxdoc/sphinx AS build
|
||||
RUN pip install myst-parser
|
||||
COPY book/ /book
|
||||
WORKDIR /book
|
||||
RUN make html
|
||||
|
||||
FROM scratch
|
||||
COPY --from=build /book/build/html /
|
Loading…
Add table
Add a link
Reference in a new issue