ci: Add docs ci
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
moanos [he/him] 2024-10-04 09:20:34 +02:00
parent 8798f38f2a
commit 61cee697e4

View File

@ -5,12 +5,12 @@ steps:
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ] secrets: [ docker_username, docker_password ]
settings: settings:
repo: moanos/sphinx-qzt repo: moanos/sphinx-rtd
dockerfile: Dockerfile dockerfile: docs/Dockerfile
tag: latest tag: latest
build: build:
image: moanos/sphinx-qzt image: moanos/sphinx-rtd
commands: commands:
- cd docs && make html - cd docs && make html