This commit is contained in:
commit
dc1480a4b8
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
|
settings:
|
||||||
|
repo: moanos/sphinx-rtd
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
tag: latest
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
|
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
FROM sphinxdoc/sphinx
|
||||||
|
|
||||||
|
WORKDIR /docs
|
||||||
|
ADD requirements.txt /docs
|
||||||
|
RUN pip3 install -r requirements.txt
|
3
requirements.txt
Normal file
3
requirements.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
sphinx
|
||||||
|
sphinx-rtd-theme
|
||||||
|
sphinx-autobuild
|
Loading…
Reference in New Issue
Block a user